Fixed some leftover errors.
Original commit message from CVS: Fixed some leftover errors.
This commit is contained in:
parent
cdb004a722
commit
72f78c11d8
@ -580,8 +580,9 @@ gst_flxdec_loop (GstElement *element)
|
|||||||
// destroy header buffer
|
// destroy header buffer
|
||||||
gst_buffer_unref(databuf);
|
gst_buffer_unref(databuf);
|
||||||
|
|
||||||
|
gst_element_yield (element);
|
||||||
}
|
}
|
||||||
while (!GST_ELEMENT_IS_COTHREAD_STOPPING (element));
|
while (TRUE);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user