From: Mark Nauwelaerts Date: Tue, 27 Mar 2012 12:04:48 +0000 (+0200) Subject: tests: icydemux: activate internal test helper src pad X-Git-Tag: RELEASE-0.11.90~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f52f8c5c805b1747fb65dc4ebe872e96c17eafc;p=platform%2Fupstream%2Fgst-plugins-good.git tests: icydemux: activate internal test helper src pad --- diff --git a/tests/check/elements/icydemux.c b/tests/check/elements/icydemux.c index 7e726b0..266497d 100644 --- a/tests/check/elements/icydemux.c +++ b/tests/check/elements/icydemux.c @@ -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);