relocate packages on recipes-base/recipes-enigma2/recipes-wlan.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-multimedia / gstreamer / gst-plugins-good-0.10.31 / audioparser-raise-ranks.patch
1 --- gst-plugins-good-0.10.30/gst/audioparsers/plugin.c~ 2012-01-04 21:55:58.816556710 +0100
2 +++ gst-plugins-good-0.10.30/gst/audioparsers/plugin.c  2012-01-04 21:55:58.843221178 +0100
3 @@ -34,13 +34,13 @@
4    gboolean ret;
5  
6    ret = gst_element_register (plugin, "aacparse",
7 -      GST_RANK_PRIMARY + 1, GST_TYPE_AAC_PARSE);
8 +      GST_RANK_PRIMARY + 2, GST_TYPE_AAC_PARSE);
9    ret &= gst_element_register (plugin, "amrparse",
10        GST_RANK_PRIMARY + 1, GST_TYPE_AMR_PARSE);
11    ret &= gst_element_register (plugin, "ac3parse",
12 -      GST_RANK_PRIMARY + 1, GST_TYPE_AC3_PARSE);
13 +      GST_RANK_PRIMARY + 2, GST_TYPE_AC3_PARSE);
14    ret &= gst_element_register (plugin, "dcaparse",
15 -      GST_RANK_PRIMARY + 1, GST_TYPE_DCA_PARSE);
16 +      GST_RANK_PRIMARY + 2, GST_TYPE_DCA_PARSE);
17    ret &= gst_element_register (plugin, "flacparse",
18        GST_RANK_PRIMARY + 1, GST_TYPE_FLAC_PARSE);
19    ret &= gst_element_register (plugin, "mpegaudioparse",