X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=meta-openvuplus%2Frecipes-multimedia%2Fgstreamer%2Fgst-plugins-good-0.10.31%2Faudioparser-raise-ranks.patch;fp=meta-openvuplus%2Frecipes-multimedia%2Fgstreamer%2Fgst-plugins-good-0.10.31%2Faudioparser-raise-ranks.patch;h=0000000000000000000000000000000000000000;hp=ad735417a56a9b358c6349352bd8e61531729754;hb=09db1f882dcdd66a433c88b60546050dfab0beef;hpb=36bda3a5383a328d24f2a44883e5f497f45291f5 diff --git a/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-good-0.10.31/audioparser-raise-ranks.patch b/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-good-0.10.31/audioparser-raise-ranks.patch deleted file mode 100644 index ad73541..0000000 --- a/meta-openvuplus/recipes-multimedia/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",