mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
vp8dec-test: Send inital events
https://bugzilla.gnome.org/show_bug.cgi?id=700033
This commit is contained in:
parent
67ade43a4f
commit
f3bb4d6b34
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ setup_vp8dec (const gchar * src_caps_str)
|
|||
sinkpad = gst_check_setup_sink_pad (bin, &sinktemplate);
|
||||
gst_pad_set_active (srcpad, TRUE);
|
||||
gst_pad_set_active (sinkpad, TRUE);
|
||||
fail_unless (gst_pad_set_caps (srcpad, srccaps));
|
||||
gst_check_setup_events (srcpad, bin, srccaps, GST_FORMAT_TIME);
|
||||
|
||||
bus = gst_bus_new ();
|
||||
gst_element_set_bus (bin, bus);
|
||||
|
|
Loading…
Reference in a new issue