diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/get-caps-from-src-pad-when-query-caps.patch')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/get-caps-from-src-pad-when-query-caps.patch | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/get-caps-from-src-pad-when-query-caps.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/get-caps-from-src-pad-when-query-caps.patch index c8e6287a55..a4727e23ea 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/get-caps-from-src-pad-when-query-caps.patch +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/get-caps-from-src-pad-when-query-caps.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From af0dac26f62aaceb4bf266720911953793e0fc5d Mon Sep 17 00:00:00 2001 | 1 | From 41de2ec64ab06bb58c82c1659adaa3811bc5bcf8 Mon Sep 17 00:00:00 2001 |
2 | From: zhouming <b42586@freescale.com> | 2 | From: zhouming <b42586@freescale.com> |
3 | Date: Wed, 14 May 2014 10:16:20 +0800 | 3 | Date: Wed, 14 May 2014 10:16:20 +0800 |
4 | Subject: [PATCH] ENGR00312515: get caps from src pad when query caps | 4 | Subject: [PATCH] ENGR00312515: get caps from src pad when query caps |
@@ -8,18 +8,19 @@ https://bugzilla.gnome.org/show_bug.cgi?id=728312 | |||
8 | Upstream-Status: Pending | 8 | Upstream-Status: Pending |
9 | 9 | ||
10 | Signed-off-by: zhouming <b42586@freescale.com> | 10 | Signed-off-by: zhouming <b42586@freescale.com> |
11 | |||
11 | --- | 12 | --- |
12 | gst-libs/gst/tag/gsttagdemux.c | 13 +++++++++++++ | 13 | gst-libs/gst/tag/gsttagdemux.c | 13 +++++++++++++ |
13 | 1 file changed, 13 insertions(+) | 14 | 1 file changed, 13 insertions(+) |
14 | mode change 100644 => 100755 gst-libs/gst/tag/gsttagdemux.c | 15 | mode change 100644 => 100755 gst-libs/gst/tag/gsttagdemux.c |
15 | 16 | ||
16 | diff --git a/gst-libs/gst/tag/gsttagdemux.c b/gst-libs/gst/tag/gsttagdemux.c | 17 | diff --git a/gst-libs/gst/tag/gsttagdemux.c b/gst-libs/gst/tag/gsttagdemux.c |
17 | old mode 100644 | 18 | old mode 100644 |
18 | new mode 100755 | 19 | new mode 100755 |
19 | index 9b6c478..ae2294a | 20 | index 8a127c8..71c5d78 |
20 | --- a/gst-libs/gst/tag/gsttagdemux.c | 21 | --- a/gst-libs/gst/tag/gsttagdemux.c |
21 | +++ b/gst-libs/gst/tag/gsttagdemux.c | 22 | +++ b/gst-libs/gst/tag/gsttagdemux.c |
22 | @@ -1769,6 +1769,19 @@ gst_tag_demux_pad_query (GstPad * pad, GstObject * parent, GstQuery * query) | 23 | @@ -1759,6 +1759,19 @@ gst_tag_demux_pad_query (GstPad * pad, GstObject * parent, GstQuery * query) |
23 | } | 24 | } |
24 | break; | 25 | break; |
25 | } | 26 | } |
@@ -39,6 +40,3 @@ index 9b6c478..ae2294a | |||
39 | default: | 40 | default: |
40 | res = gst_pad_query_default (pad, parent, query); | 41 | res = gst_pad_query_default (pad, parent, query); |
41 | break; | 42 | break; |
42 | -- | ||
43 | 1.7.9.5 | ||
44 | |||