diff options
Diffstat (limited to 'recipes-multimedia/gstreamer/gstreamer1.0-omx-1.12/0002-fix-decoder-flushing.patch')
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-omx-1.12/0002-fix-decoder-flushing.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-omx-1.12/0002-fix-decoder-flushing.patch b/recipes-multimedia/gstreamer/gstreamer1.0-omx-1.12/0002-fix-decoder-flushing.patch deleted file mode 100644 index 122ddb3..0000000 --- a/recipes-multimedia/gstreamer/gstreamer1.0-omx-1.12/0002-fix-decoder-flushing.patch +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | From fc4773f36aa31b4ae0fc97d3aa3f94db0c88f194 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Thu, 11 Feb 2016 12:53:20 -0800 | ||
| 4 | |||
| 5 | --- | ||
| 6 | omx/gstomx.c | 4 ++-- | ||
| 7 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
| 8 | |||
| 9 | diff --git a/omx/gstomx.c b/omx/gstomx.c | ||
| 10 | index 0237f3c..45732c3 100644 | ||
| 11 | --- a/omx/gstomx.c | ||
| 12 | +++ b/omx/gstomx.c | ||
| 13 | @@ -1538,8 +1538,8 @@ gst_omx_port_set_flushing (GstOMXPort * port, GstClockTime timeout, | ||
| 14 | last_error = OMX_ErrorNone; | ||
| 15 | gst_omx_component_handle_messages (comp); | ||
| 16 | while (signalled && last_error == OMX_ErrorNone && !port->flushed | ||
| 17 | - && port->buffers | ||
| 18 | - && port->buffers->len > g_queue_get_length (&port->pending_buffers)) { | ||
| 19 | + /* && port->buffers | ||
| 20 | + && port->buffers->len > g_queue_get_length (&port->pending_buffers) */) { | ||
| 21 | signalled = gst_omx_component_wait_message (comp, timeout); | ||
| 22 | if (signalled) | ||
| 23 | gst_omx_component_handle_messages (comp); | ||
