mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Fixed some leftover errors.
Original commit message from CVS: Fixed some leftover errors.
This commit is contained in:
parent
cdb004a722
commit
72f78c11d8
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue