mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 23:14:46 +00:00
tests: icydemux: activate internal test helper src pad
This commit is contained in:
parent
098d8ceae7
commit
8f52f8c5c8
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,8 @@ create_icydemux (void)
|
|||
icydemux = gst_check_setup_element ("icydemux");
|
||||
srcpad = gst_check_setup_src_pad (icydemux, &srctemplate);
|
||||
|
||||
gst_pad_set_active (srcpad, TRUE);
|
||||
|
||||
g_signal_connect (icydemux, "pad-added", G_CALLBACK (icydemux_found_pad),
|
||||
NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue