From fc4773f36aa31b4ae0fc97d3aa3f94db0c88f194 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 11 Feb 2016 12:53:20 -0800 --- omx/gstomx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/omx/gstomx.c b/omx/gstomx.c index 0237f3c..45732c3 100644 --- a/omx/gstomx.c +++ b/omx/gstomx.c @@ -1538,8 +1538,8 @@ gst_omx_port_set_flushing (GstOMXPort * port, GstClockTime timeout, last_error = OMX_ErrorNone; gst_omx_component_handle_messages (comp); while (signalled && last_error == OMX_ErrorNone && !port->flushed - && port->buffers - && port->buffers->len > g_queue_get_length (&port->pending_buffers)) { + /* && port->buffers + && port->buffers->len > g_queue_get_length (&port->pending_buffers) */) { signalled = gst_omx_component_wait_message (comp, timeout); if (signalled) gst_omx_component_handle_messages (comp);