summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-good-0.10.31/audioparser-raise-ranks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-good-0.10.31/audioparser-raise-ranks.patch')
-rw-r--r--meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-good-0.10.31/audioparser-raise-ranks.patch19
1 files changed, 19 insertions, 0 deletions
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
new file mode 100644
index 0000000..ad73541
--- /dev/null
+++ b/meta-openvuplus/recipes-multimedia/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",