mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
matroskamux: unit test checks version 1 files
This commit is contained in:
parent
6628d20eac
commit
b967b035a9
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ setup_matroskamux (GstStaticPadTemplate * srctemplate)
|
|||
|
||||
GST_DEBUG ("setup_matroskamux");
|
||||
matroskamux = gst_check_setup_element ("matroskamux");
|
||||
g_object_set (matroskamux, "version", 1, NULL);
|
||||
mysrcpad = setup_src_pad (matroskamux, srctemplate, NULL);
|
||||
mysinkpad = setup_sink_pad (matroskamux, &sinktemplate, NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue