decodebin: Fix MP3 parser unit test
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 13 Feb 2013 10:25:02 +0000 (11:25 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 13 Feb 2013 10:25:02 +0000 (11:25 +0100)
The MP3 parser required fields on its caps that it
didn't need and never got from (e.g.) typefind.

tests/check/elements/decodebin.c

index 748d26b..57e5eeb 100644 (file)
@@ -213,7 +213,7 @@ static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
     GST_PAD_SINK,
     GST_PAD_ALWAYS,
-    GST_STATIC_CAPS ("audio/mpeg, mpegversion=1, parsed=(bool) { false, true }")
+    GST_STATIC_CAPS ("audio/mpeg, mpegversion=1")
     );
 
 static GType test_mpeg_audio_parse_get_type (void);