thomasvs - in flumotion/branches/eaters-info-1: . flumotion/component/producers/videotest

flumotion-commit at lists.fluendo.com flumotion-commit at lists.fluendo.com
Tue Mar 13 13:17:41 CET 2007


Author: thomasvs
Date: Tue Mar 13 13:17:39 2007
New Revision: 4623

Modified:
   flumotion/branches/eaters-info-1/ChangeLog
   flumotion/branches/eaters-info-1/flumotion/component/producers/videotest/videotest.py
Log:
	* flumotion/component/producers/videotest/videotest.py:
	  Fix typo to find the right plugin.



Modified: flumotion/branches/eaters-info-1/ChangeLog
==============================================================================
--- flumotion/branches/eaters-info-1/ChangeLog	(original)
+++ flumotion/branches/eaters-info-1/ChangeLog	Tue Mar 13 13:17:39 2007
@@ -1,3 +1,8 @@
+2007-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+	* flumotion/component/producers/videotest/videotest.py:
+	  Fix typo to find the right plugin.
+
 2007-03-12  Thomas Vander Stichele  <thomas at apestaart dot org>
 
 	* flumotion/admin/gtk/client.py:

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 13:17:39 2007
@@ -71,7 +71,7 @@
             source.set_property('pattern', properties['pattern'])
 
         if 'drop-probability' in properties:
-            vt = gstreamer.get_plugin_version('coreeelements')
+            vt = gstreamer.get_plugin_version('coreelements')
             if not vt:
                 raise errors.MissingElementError('identity')
             if not vt > (0, 10, 12):


More information about the flumotion-commit mailing list