Fixed some leftover errors.
authorWim Taymans <wim.taymans@gmail.com>
Sun, 23 Dec 2001 23:01:28 +0000 (23:01 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 23 Dec 2001 23:01:28 +0000 (23:01 +0000)
Original commit message from CVS:
Fixed some leftover errors.

gst/flx/gstflxdec.c

index d6052bb..211ab47 100644 (file)
@@ -580,8 +580,9 @@ gst_flxdec_loop (GstElement *element)
     // destroy header buffer 
     gst_buffer_unref(databuf);
 
+    gst_element_yield (element);
   }
-  while (!GST_ELEMENT_IS_COTHREAD_STOPPING (element));
+  while (TRUE);
 
 }