tests: fix matroskamux unit test after media type changes
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 28 Apr 2012 22:14:24 +0000 (23:14 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 28 Apr 2012 22:14:24 +0000 (23:14 +0100)
tests/check/elements/matroskamux.c

index 887f91f..8f27857 100644 (file)
@@ -41,7 +41,7 @@ GstPad *mysrcpad, *mysinkpad;
 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
     GST_PAD_SINK,
     GST_PAD_ALWAYS,
-    GST_STATIC_CAPS ("video/x-matroska"));
+    GST_STATIC_CAPS ("video/x-matroska; audio/x-matroska"));
 static GstStaticPadTemplate srcvorbistemplate = GST_STATIC_PAD_TEMPLATE ("src",
     GST_PAD_SRC,
     GST_PAD_ALWAYS,