Patrick Williams | 8b8bc41 | 2016-08-17 15:02:23 -0500 | [diff] [blame^] | 1 | diff --git a/omx/gstomx.c b/omx/gstomx.c |
| 2 | index 69696c4..c382019 100644 |
| 3 | --- a/omx/gstomx.c |
| 4 | +++ b/omx/gstomx.c |
| 5 | @@ -1508,8 +1508,8 @@ gst_omx_port_set_flushing (GstOMXPort * port, GstClockTime timeout, |
| 6 | last_error = OMX_ErrorNone; |
| 7 | gst_omx_component_handle_messages (comp); |
| 8 | while (signalled && last_error == OMX_ErrorNone && !port->flushed |
| 9 | - && port->buffers |
| 10 | - && port->buffers->len > g_queue_get_length (&port->pending_buffers)) { |
| 11 | + /* && port->buffers |
| 12 | + && port->buffers->len > g_queue_get_length (&port->pending_buffers) */) { |
| 13 | signalled = gst_omx_component_wait_message (comp, timeout); |
| 14 | if (signalled) |
| 15 | gst_omx_component_handle_messages (comp); |
| 16 | |