From 40fe5dcc84ff2cc7dbe0112d7830a33fd764d4e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 30 Dec 2013 19:12:53 +0100 Subject: [PATCH] test-effect-switch: Change one of the pad blocks to and idle probe Just because we can. --- tests/icles/test-effect-switch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/icles/test-effect-switch.c b/tests/icles/test-effect-switch.c index c022eba..1f25b23 100644 --- a/tests/icles/test-effect-switch.c +++ b/tests/icles/test-effect-switch.c @@ -110,7 +110,7 @@ pad_probe_cb (GstPad * pad, GstPadProbeInfo * info, gpointer user_data) static gboolean timeout_cb (gpointer user_data) { - gst_pad_add_probe (blockpad, GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM, + gst_pad_add_probe (blockpad, GST_PAD_PROBE_TYPE_IDLE, pad_probe_cb, user_data, NULL); return TRUE; -- 2.7.4