mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-24 17:44:14 +00:00
tests: fix matroskamux unit test after media type changes
This commit is contained in:
parent
9c236b290d
commit
95da93fcb7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue