mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
tests: Initial segment in rtpcollision test
This commit is contained in:
parent
a7823bc522
commit
f0a4f26fa7
1 changed files with 1 additions and 0 deletions
|
@ -399,6 +399,7 @@ GST_START_TEST (test_rtx_ssrc_collision)
|
|||
gst_pad_push_event (srcpad,
|
||||
gst_event_new_stream_start ("my_rtcp_stream_id"));
|
||||
fail_if (res == FALSE);
|
||||
gst_segment_init (&segment, GST_FORMAT_TIME);
|
||||
res = gst_pad_push_event (srcpad, gst_event_new_segment (&segment));
|
||||
fail_if (res == FALSE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue