mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
baseaudiovisualizer: Fix event handling in unit test
This commit is contained in:
parent
a5ac2d3aee
commit
d35cba1d6a
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ GST_START_TEST (count_in_out)
|
||||||
"could not set to playing");
|
"could not set to playing");
|
||||||
|
|
||||||
caps = gst_caps_from_string (CAPS);
|
caps = gst_caps_from_string (CAPS);
|
||||||
gst_pad_set_caps (srcpad, caps);
|
gst_check_setup_events (srcpad, elem, caps, GST_FORMAT_TIME);
|
||||||
gst_caps_unref (caps);
|
gst_caps_unref (caps);
|
||||||
|
|
||||||
/* push 1s audio to get 30 video-frames */
|
/* push 1s audio to get 30 video-frames */
|
||||||
|
|
Loading…
Reference in a new issue