[gstreamer] Remove gstreamer 0.10.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-multimedia / gstreamer / gst-plugins-bad-0.10.23 / Lower-rank-of-faad-to-prevent-using-it-if-not-necess.patch
diff --git a/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-bad-0.10.23/Lower-rank-of-faad-to-prevent-using-it-if-not-necess.patch b/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-bad-0.10.23/Lower-rank-of-faad-to-prevent-using-it-if-not-necess.patch
deleted file mode 100644 (file)
index 50d5500..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-From bf4042d879346bb90814856b7eb023706d1a8e15 Mon Sep 17 00:00:00 2001
-From: betacentauri <@>
-Date: Sat, 29 Jun 2013 14:33:34 +0200
-Subject: [PATCH] Lower rank of faad to prevent using it if not necessary
-
----
- ext/faad/gstfaad.c |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/ext/faad/gstfaad.c b/ext/faad/gstfaad.c
-index e106da9..82fd547 100644
---- a/ext/faad/gstfaad.c
-+++ b/ext/faad/gstfaad.c
-@@ -893,7 +893,7 @@ gst_faad_close_decoder (GstFaad * faad)
- static gboolean
- plugin_init (GstPlugin * plugin)
- {
--  return gst_element_register (plugin, "faad", GST_RANK_PRIMARY, GST_TYPE_FAAD);
-+  return gst_element_register (plugin, "faad", GST_RANK_SECONDARY, GST_TYPE_FAAD);
- }
- GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
--- 
-1.7.9.5
-