mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
autoconvert: Fix event handling in unit test
This commit is contained in:
parent
214c0d2e71
commit
bc9747b323
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ GST_START_TEST (test_autoconvert_simple)
|
|||
|
||||
/* Setting original caps */
|
||||
caps = gst_caps_from_string ("test/caps,type=(int)1");
|
||||
fail_unless (gst_pad_set_caps (test_src_pad, caps));
|
||||
gst_check_setup_events (test_src_pad, autoconvert, caps, GST_FORMAT_BYTES);
|
||||
gst_caps_unref (caps);
|
||||
|
||||
/* Push 10 items */
|
||||
|
|
Loading…
Reference in a new issue