mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-14 12:04:11 +00:00
tests: gdppay: Do not forget to send stream-start event on test
Even if we don't want to push the caps event, a stream-start must be present before any data in 1.x
This commit is contained in:
parent
e909e6a071
commit
68a19b5c7b
1 changed files with 2 additions and 0 deletions
|
@ -376,6 +376,8 @@ GST_START_TEST (test_first_no_caps)
|
|||
GST_STATE_PLAYING) == GST_STATE_CHANGE_SUCCESS,
|
||||
"could not set to playing");
|
||||
|
||||
gst_check_setup_events (mysrcpad, gdppay, NULL, GST_FORMAT_TIME);
|
||||
|
||||
GST_DEBUG ("first buffer");
|
||||
inbuffer = gst_buffer_new_and_alloc (4);
|
||||
ASSERT_BUFFER_REFCOUNT (inbuffer, "inbuffer", 1);
|
||||
|
|
Loading…
Reference in a new issue