summaryrefslogtreecommitdiffstats
path: root/gst/flx
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2001-12-23 23:01:28 +0000
committerWim Taymans <wim.taymans@gmail.com>2001-12-23 23:01:28 +0000
commit72f78c11d82b86c52b9d832d0f4cf7c9edecee9e (patch)
treeb5438778ecd03ba02bec353910dfede4e11660e0 /gst/flx
parentcdb004a72294b899ab6094fd9f3acfa6bf7cfbf2 (diff)
Fixed some leftover errors.
Original commit message from CVS: Fixed some leftover errors.
Diffstat (limited to 'gst/flx')
-rw-r--r--gst/flx/gstflxdec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c
index d6052bb6..211ab476 100644
--- a/gst/flx/gstflxdec.c
+++ b/gst/flx/gstflxdec.c
@@ -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);
}