Fixed some leftover errors.

Original commit message from CVS:
Fixed some leftover errors.
This commit is contained in:
Wim Taymans 2001-12-23 23:01:28 +00:00
parent cdb004a722
commit 72f78c11d8

View 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);
}