qtmux: Use complete MPEG caps in the unit test
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 7 Sep 2011 12:26:01 +0000 (14:26 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 7 Sep 2011 12:30:27 +0000 (14:30 +0200)
tests/check/elements/qtmux.c

index a70e345..997d306 100644 (file)
@@ -43,6 +43,7 @@ static GstPad *mysrcpad, *mysinkpad;
                         "rate = (int) 48000"
 #define VIDEO_CAPS_STRING "video/mpeg, " \
                            "mpegversion = (int) 4, " \
+                           "systemstream = (boolean) false, " \
                            "width = (int) 384, " \
                            "height = (int) 288, " \
                            "framerate = (fraction) 25/1"