Blame SOURCES/0001-missing-plugins-Remove-the-mpegaudioversion-field.patch

69d582
From 06ca82cad9898f5df40011fe0614ee1dfd89f1ae Mon Sep 17 00:00:00 2001
69d582
From: Bastien Nocera <hadess@hadess.net>
69d582
Date: Fri, 3 Aug 2012 17:50:24 +0100
69d582
Subject: [PATCH 1/2] missing-plugins: Remove the mpegaudioversion field
69d582
69d582
From missing plugins requests as it's a duplicate of mpegversion
69d582
and its presence would break codec discovery when using RPM.
69d582
69d582
https://bugzilla.redhat.com/show_bug.cgi?id=680809
69d582
---
69d582
 gst-libs/gst/pbutils/missing-plugins.c | 3 +++
69d582
 1 file changed, 3 insertions(+)
69d582
69d582
diff --git a/gst-libs/gst/pbutils/missing-plugins.c b/gst-libs/gst/pbutils/missing-plugins.c
69d582
index a08803b18..cdce4bf05 100644
69d582
--- a/gst-libs/gst/pbutils/missing-plugins.c
69d582
+++ b/gst-libs/gst/pbutils/missing-plugins.c
69d582
@@ -151,6 +151,9 @@ copy_and_clean_caps (const GstCaps * caps)
69d582
   gst_structure_remove_field (s, "play-speed");
69d582
   gst_structure_remove_field (s, "play-scale");
69d582
   gst_structure_remove_field (s, "dynamic_range");
69d582
+  /* mpegaudioversion is a duplicate for mpegversion
69d582
+   * https://bugzilla.redhat.com/show_bug.cgi?id=680809 */
69d582
+  gst_structure_remove_field (s, "mpegaudioversion");
69d582
 
69d582
   return ret;
69d582
 }
69d582
-- 
69d582
2.14.3
69d582