check: Fix mpegtsmux caps
authorEdward Hervey <edward@collabora.com>
Tue, 8 Apr 2014 05:48:28 +0000 (07:48 +0200)
committerEdward Hervey <edward@collabora.com>
Tue, 8 Apr 2014 05:48:28 +0000 (07:48 +0200)
Incoming streams need to be parsed. Doesn't fix the test completely though

tests/check/elements/mpegtsmux.c

index d0d666a8350c2c2e67d59325b620cc24cca86883..1294f1064d94a06a4e23903cdfbbe3a8155012ed 100644 (file)
@@ -47,9 +47,11 @@ static GstPad *mysrcpad, *mysinkpad;
 #define AUDIO_CAPS_STRING "audio/mpeg, " \
                         "channels = (int) 1, " \
                         "rate = (int) 8000, " \
-                        "mpegversion = (int) 1"
+                        "mpegversion = (int) 1, "\
+                        "parsed = (boolean) true "
 #define VIDEO_CAPS_STRING "video/x-h264, " \
-                           "stream-format = (string) byte-stream"
+                          "stream-format = (string) byte-stream, " \
+                          "parsed = (boolean) true "
 
 /* setup and teardown needs some special handling for muxer */
 static GstPad *