msmith - in flumotion/trunk: . flumotion/component

flumotion-commit at lists.fluendo.com flumotion-commit at lists.fluendo.com
Wed Jun 27 15:51:09 CEST 2007


Author: msmith
Date: Wed Jun 27 15:51:05 2007
New Revision: 5270

Modified:
   flumotion/trunk/ChangeLog
   flumotion/trunk/flumotion/component/feedcomponent010.py
Log:
        * flumotion/component/feedcomponent010.py:
          != != ==



Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog	(original)
+++ flumotion/trunk/ChangeLog	Wed Jun 27 15:51:05 2007
@@ -1,3 +1,8 @@
+2007-06-27  Michael Smith <msmith at fluendo.com>
+
+	* flumotion/component/feedcomponent010.py:
+	  != != ==
+
 2007-06-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
 
 	* flumotion/manager/manager.py (Dispatcher.__init__,

Modified: flumotion/trunk/flumotion/component/feedcomponent010.py
==============================================================================
--- flumotion/trunk/flumotion/component/feedcomponent010.py	(original)
+++ flumotion/trunk/flumotion/component/feedcomponent010.py	Wed Jun 27 15:51:05 2007
@@ -1193,7 +1193,7 @@
 
         # We must have a pipeline in READY or above to do this. Do a 
         # non-blocking (zero timeout) get_state.
-        if not self.pipeline or self.pipeline.get_state(0)[1] != gst.STATE_NULL:
+        if not self.pipeline or self.pipeline.get_state(0)[1] == gst.STATE_NULL:
             self.warning('told to feed %s to fd %d, but pipeline not '
                          'running yet', feedId, fd)
             cleanup(fd)


More information about the flumotion-commit mailing list