mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
tests: Initialize segment in rtpcollision test
This commit is contained in:
parent
7af9fdbca6
commit
dc845c1899
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ GST_START_TEST (test_master_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