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=ad735417a56a9b358c6349352bd8e61531729754;hb=57d440ad1d11eadb332a2ac3adc651d6cab2970b;hp=0000000000000000000000000000000000000000;hpb=e7c5e5c28d39e998bfdcbaea496a256baa88b555;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 new file mode 100644 index 0000000..ad73541 --- /dev/null +++ b/meta-openvuplus/recipes-enigma2/gstreamer/gst-plugins-good-0.10.31/audioparser-raise-ranks.patch @@ -0,0 +1,19 @@ +--- 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",