mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
tests: tagschecking: muxers need TIME format
This commit is contained in:
parent
e9c802d834
commit
4ac5eebade
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@ test_mux_tags (const gchar * tag_str, const gchar * caps,
|
|||
|
||||
GST_DEBUG ("testing xmp muxing on : %s", muxer);
|
||||
|
||||
launch_str = g_strdup_printf ("fakesrc num-buffers=1 ! %s ! %s name=mux ! "
|
||||
"filesink location=%s name=sink", caps, muxer, file);
|
||||
launch_str = g_strdup_printf ("fakesrc num-buffers=1 format=time ! "
|
||||
"%s ! %s name=mux ! filesink location=%s name=sink", caps, muxer, file);
|
||||
pipeline = gst_parse_launch (launch_str, NULL);
|
||||
g_free (launch_str);
|
||||
fail_unless (pipeline != NULL);
|
||||
|
|
Loading…
Reference in a new issue