mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
schroenc: Fix event handling in unit test
This commit is contained in:
parent
869bb69dd3
commit
97e42f82dc
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ setup_schroenc (const gchar * src_caps_str)
|
||||||
gst_pad_set_active (srcpad, TRUE);
|
gst_pad_set_active (srcpad, TRUE);
|
||||||
gst_pad_set_active (sinkpad, TRUE);
|
gst_pad_set_active (sinkpad, TRUE);
|
||||||
|
|
||||||
gst_pad_set_caps (srcpad, srccaps);
|
gst_check_setup_events (srcpad, schroenc, srccaps, GST_FORMAT_TIME);
|
||||||
|
|
||||||
bus = gst_bus_new ();
|
bus = gst_bus_new ();
|
||||||
gst_element_set_bus (schroenc, bus);
|
gst_element_set_bus (schroenc, bus);
|
||||||
|
|
Loading…
Reference in a new issue