summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/gstreamer1.0-omx-1.12/0002-fix-decoder-flushing.patch
diff options
context:
space:
mode:
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.patch13
1 files changed, 10 insertions, 3 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
index d4c7c81..122ddb3 100644
--- 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
@@ -1,8 +1,16 @@
1From fc4773f36aa31b4ae0fc97d3aa3f94db0c88f194 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Thu, 11 Feb 2016 12:53:20 -0800
4
5---
6 omx/gstomx.c | 4 ++--
7 1 file changed, 2 insertions(+), 2 deletions(-)
8
1diff --git a/omx/gstomx.c b/omx/gstomx.c 9diff --git a/omx/gstomx.c b/omx/gstomx.c
2index 69696c4..c382019 100644 10index 0237f3c..45732c3 100644
3--- a/omx/gstomx.c 11--- a/omx/gstomx.c
4+++ b/omx/gstomx.c 12+++ b/omx/gstomx.c
5@@ -1508,8 +1508,8 @@ gst_omx_port_set_flushing (GstOMXPort * port, GstClockTime timeout, 13@@ -1538,8 +1538,8 @@ gst_omx_port_set_flushing (GstOMXPort * port, GstClockTime timeout,
6 last_error = OMX_ErrorNone; 14 last_error = OMX_ErrorNone;
7 gst_omx_component_handle_messages (comp); 15 gst_omx_component_handle_messages (comp);
8 while (signalled && last_error == OMX_ErrorNone && !port->flushed 16 while (signalled && last_error == OMX_ErrorNone && !port->flushed
@@ -13,4 +21,3 @@ index 69696c4..c382019 100644
13 signalled = gst_omx_component_wait_message (comp, timeout); 21 signalled = gst_omx_component_wait_message (comp, timeout);
14 if (signalled) 22 if (signalled)
15 gst_omx_component_handle_messages (comp); 23 gst_omx_component_handle_messages (comp);
16