summaryrefslogtreecommitdiffstats
path: root/tests/check/elements/wavpackparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check/elements/wavpackparse.c')
-rw-r--r--tests/check/elements/wavpackparse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/elements/wavpackparse.c b/tests/check/elements/wavpackparse.c
index fa0b137c..80cef399 100644
--- a/tests/check/elements/wavpackparse.c
+++ b/tests/check/elements/wavpackparse.c
@@ -77,6 +77,7 @@ wavpackparse_found_pad (GstElement * src, GstPad * pad, gpointer data)
gst_pad_set_chain_function (mysinkpad, gst_check_chain_func);
fail_unless (gst_pad_link (srcpad, mysinkpad) == GST_PAD_LINK_OK,
"Failed to link pads");
+ gst_pad_set_active (mysinkpad, TRUE);
gst_object_unref (srcpad);
}