X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=meta-openvuplus%2Frecipes-enigma2%2Fgstreamer%2Fgst-plugins-good-0.10.31%2Faudioparser-raise-ranks.patch;fp=meta-openvuplus%2Frecipes-enigma2%2Fgstreamer%2Fgst-plugins-good-0.10.31%2Faudioparser-raise-ranks.patch;h=0000000000000000000000000000000000000000;hb=0e6c5d97c12ae5eb100dc835a2ec6df30c9ebb95;hp=ad735417a56a9b358c6349352bd8e61531729754;hpb=e56f897c120c6a2c70e6b3129dde975f92d105cc;p=vuplus_openvuplus_3.0 diff --git a/meta-openvuplus/recipes-enigma2/gstreamer/gst-plugins-good-0.10.31/audioparser-raise-ranks.patch b/meta-openvuplus/recipes-enigma2/gstreamer/gst-plugins-good-0.10.31/audioparser-raise-ranks.patch deleted file mode 100644 index ad73541..0000000 --- a/meta-openvuplus/recipes-enigma2/gstreamer/gst-plugins-good-0.10.31/audioparser-raise-ranks.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- gst-plugins-good-0.10.30/gst/audioparsers/plugin.c~ 2012-01-04 21:55:58.816556710 +0100 -+++ gst-plugins-good-0.10.30/gst/audioparsers/plugin.c 2012-01-04 21:55:58.843221178 +0100 -@@ -34,13 +34,13 @@ - gboolean ret; - - ret = gst_element_register (plugin, "aacparse", -- GST_RANK_PRIMARY + 1, GST_TYPE_AAC_PARSE); -+ GST_RANK_PRIMARY + 2, GST_TYPE_AAC_PARSE); - ret &= gst_element_register (plugin, "amrparse", - GST_RANK_PRIMARY + 1, GST_TYPE_AMR_PARSE); - ret &= gst_element_register (plugin, "ac3parse", -- GST_RANK_PRIMARY + 1, GST_TYPE_AC3_PARSE); -+ GST_RANK_PRIMARY + 2, GST_TYPE_AC3_PARSE); - ret &= gst_element_register (plugin, "dcaparse", -- GST_RANK_PRIMARY + 1, GST_TYPE_DCA_PARSE); -+ GST_RANK_PRIMARY + 2, GST_TYPE_DCA_PARSE); - ret &= gst_element_register (plugin, "flacparse", - GST_RANK_PRIMARY + 1, GST_TYPE_FLAC_PARSE); - ret &= gst_element_register (plugin, "mpegaudioparse",