[Bug 774654] Flushing can hang if output port queue of pending buffers is empty

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Nov 26 12:13:16 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=774654

--- Comment #7 from formruga at gmail.com ---
But set flushing in gst_omx_video_dec_flush, before wait until the srcpad loop
stops, should generate message OMX_CommandFlush from component and then
GST_OMX_MESSAGE_FLUSH should be available in comp->message. 

Sequence is
if (g_queue_is_empty (&port->pending_buffers))
gst_omx_component_wait_message (comp, GST_CLOCK_TIME_NONE);

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list