summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good
diff options
context:
space:
mode:
authorCarlos Rafael Giani <dv@pseudoterminal.org>2015-11-05 09:32:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-11-16 11:39:35 +0000
commitba1bc6335bd3a28b49e293687e06799f4bd949c6 (patch)
treefa0e1f8d95158b9a29a02b7cfe93635658e0da3c /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good
parent4a55d12f640410fae25fec76ddf037c208abdaf9 (diff)
downloadpoky-ba1bc6335bd3a28b49e293687e06799f4bd949c6.tar.gz
gstreamer1.0-plugins-good: upgrade to version 1.6.1
decrease_asteriskh263_rank.patch no longer applies, and is obsolete, since the asteriskh263 rank has been set to NONE in upstream. Also, --enable-xshm is no longer part of the configure options. (From OE-Core rev: 9f0b3251bfab84369b2d4568816254bd968afca0) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good')
-rwxr-xr-xmeta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/decrease_asteriskh263_rank.patch25
1 files changed, 0 insertions, 25 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
deleted file mode 100755
index 288631bf76..0000000000
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/decrease_asteriskh263_rank.patch
+++ /dev/null
@@ -1,25 +0,0 @@
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 }