mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
y4menc-test: Send inital events
https://bugzilla.gnome.org/show_bug.cgi?id=700033
This commit is contained in:
parent
8359b6bff1
commit
93bd95f518
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ GST_START_TEST (test_y4m)
|
|||
/* makes valgrind's memcheck happier */
|
||||
gst_buffer_memset (inbuffer, 0, 0, size);
|
||||
caps = gst_caps_from_string (VIDEO_CAPS_STRING);
|
||||
fail_unless (gst_pad_set_caps (mysrcpad, caps));
|
||||
gst_check_setup_events (mysrcpad, y4menc, caps, GST_FORMAT_TIME);
|
||||
gst_caps_unref (caps);
|
||||
GST_BUFFER_TIMESTAMP (inbuffer) = 0;
|
||||
ASSERT_BUFFER_REFCOUNT (inbuffer, "inbuffer", 1);
|
||||
|
|
Loading…
Reference in a new issue