tests: fix matroskamux unit test after media type changes
This commit is contained in:
parent
9c236b290d
commit
95da93fcb7
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user