thomasvs - flumotion/branches/eaters-info-1/flumotion/component/producers/videotest

flumotion-commit at lists.fluendo.com flumotion-commit at lists.fluendo.com
Tue Mar 13 16:05:04 CET 2007


Author: thomasvs
Date: Tue Mar 13 16:05:03 2007
New Revision: 4627

Modified:
   flumotion/branches/eaters-info-1/flumotion/component/producers/videotest/videotest.py
Log:
small fix that does not rely on gst.parse_launch()'s accidentally working with pluses and quotes

Modified: flumotion/branches/eaters-info-1/flumotion/component/producers/videotest/videotest.py
==============================================================================
--- flumotion/branches/eaters-info-1/flumotion/component/producers/videotest/videotest.py	(original)
+++ flumotion/branches/eaters-info-1/flumotion/component/producers/videotest/videotest.py	Tue Mar 13 16:05:03 2007
@@ -56,8 +56,8 @@
         
         is_live = 'is-live=true'
 
-        return 'videotestsrc %s name=source ! " \
-            "identity name=identity silent=TRUE ! %s' % (
+        return "videotestsrc %s name=source ! " \
+            "identity name=identity silent=TRUE ! %s" % (
             is_live, caps)
         
     # Set properties


More information about the flumotion-commit mailing list