[istanbul] remove whitespace.
- From: Zaheer Abbas Merali <zaheerm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [istanbul] remove whitespace.
- Date: Thu, 25 Mar 2010 18:32:30 +0000 (UTC)
commit a0c545462ea86f34bd41721ac0a25989d633bdaa
Author: Zaheer Merali <zaheermerali gmail com>
Date: Wed Mar 24 00:36:02 2010 +0100
remove whitespace.
istanbul/main/screencast.py | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/istanbul/main/screencast.py b/istanbul/main/screencast.py
index f13f2c2..5944180 100644
--- a/istanbul/main/screencast.py
+++ b/istanbul/main/screencast.py
@@ -85,7 +85,7 @@ class Screencast:
if self.selector:
vsource = '%s startx=%d starty=%d endx=%d endy=%d '\
% (vsource,
- area_x1, area_y1, area_x2-1,
+ area_x1, area_y1, area_x2-1,
area_y2-1)
if settings["record_3d"]:
@@ -94,7 +94,7 @@ class Screencast:
vsource = "%s show-pointer=false" % vsource
vcappipeline = '%s ! video/x-raw-rgb,framerate=%s ! videorate ! '\
- 'ffmpegcolorspace ! videoscale method=%d' % (vsource,
+ 'ffmpegcolorspace ! videoscale method=%d' % (vsource,
framerate, videoscale_method)
acappipeline = ''
asource = ''
@@ -107,7 +107,7 @@ class Screencast:
vencode_pipeline = 'video/x-raw-yuv,width=%d,height=%d,framerate=%s '\
'! theoraenc quality=63 sharpness=2 ' % (width, height, framerate)
-
+
if settings["record_in_images"]:
vencode_pipeline = 'pngenc snapshot=false'
mux_pipeline = 'multifilesink location="/tmp/blah-%05d"'
@@ -125,7 +125,7 @@ class Screencast:
else:
final_pipeline = '%s ! %s ! %s' % (vcappipeline,
vencode_pipeline, mux_pipeline)
- print("DEBUG: final pipeline: %s" % final_pipeline)
+ print("DEBUG: final pipeline: %s" % final_pipeline)
self._pipeline = gst.parse_launch(final_pipeline)
self._vsource = self._pipeline.get_by_name("videosource")
if asource != '':
@@ -204,4 +204,3 @@ class CmdlineScreencast(Screencast):
def on_eos(self):
print 'on eos!'
gtk.main_quit()
-
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]