mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-14 03:54:11 +00:00
tests: Fix tagschecking failure due to missing PTS
qtmux now needs the PTS (commit a993883b7
), so let's make sure we
produce one with our buffers.
https://bugzilla.gnome.org/show_bug.cgi?id=772228
This commit is contained in:
parent
a993883b74
commit
153b716490
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +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 format=time ! "
|
||||
launch_str =
|
||||
g_strdup_printf ("fakesrc num-buffers=1 format=time datarate=100 ! "
|
||||
"%s ! %s name=mux ! filesink location=%s name=sink", caps, muxer, file);
|
||||
pipeline = gst_parse_launch (launch_str, NULL);
|
||||
g_free (launch_str);
|
||||
|
|
Loading…
Reference in a new issue