summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rwxr-xr-xmeta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/decrease_asteriskh263_rank.patch25
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.4.1.bb1
2 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/decrease_asteriskh263_rank.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/decrease_asteriskh263_rank.patch
new file mode 100755
index 0000000000..7f94f50760
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/decrease_asteriskh263_rank.patch
@@ -0,0 +1,25 @@
1commit d71d74daac8ed54156ed103958ab455c63c72b0e
2Author: Song Bing <b06498@freescale.com>
3Date: Mon Nov 10 11:25:47 2014 +0800
4
5[asteriskh263] decrease the rank as we havn't this kind of decoder.
6
7Decrease the rank as we havn't this kind of decoder.
8
9https://bugzilla.gnome.org/show_bug.cgi?id=739935
10
11Upstream Status: Pending
12
13Signed-off-by: Song Bing <b06498@freescale.com>
14
15diff --git a/gst/rtp/gstasteriskh263.c b/gst/rtp/gstasteriskh263.c
16index a01fbc8..8fa3194 100644
17--- a/gst/rtp/gstasteriskh263.c
18+++ b/gst/rtp/gstasteriskh263.c
19@@ -226,5 +226,5 @@ gboolean
20 gst_asteriskh263_plugin_init (GstPlugin * plugin)
21 {
22 return gst_element_register (plugin, "asteriskh263",
23- GST_RANK_SECONDARY, GST_TYPE_ASTERISK_H263);
24+ GST_RANK_SECONDARY - 1, GST_TYPE_ASTERISK_H263);
25 }
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.4.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.4.1.bb
index 441dd51e39..05798cf494 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.4.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.4.1.bb
@@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
5 file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" 5 file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe"
6 6
7SRC_URI += "file://0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch \ 7SRC_URI += "file://0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch \
8 file://decrease_asteriskh263_rank.patch \
8" 9"
9SRC_URI[md5sum] = "eb3a3296b2f6009def1f5a09590ce767" 10SRC_URI[md5sum] = "eb3a3296b2f6009def1f5a09590ce767"
10SRC_URI[sha256sum] = "8559d4270065b30ed5c49b826e1b7a3a2bd5ee9a340ae745a2ae3f9718e4c637" 11SRC_URI[sha256sum] = "8559d4270065b30ed5c49b826e1b7a3a2bd5ee9a340ae745a2ae3f9718e4c637"