summaryrefslogtreecommitdiff
path: root/tests/check/gnl/seek.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check/gnl/seek.c')
-rw-r--r--tests/check/gnl/seek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/gnl/seek.c b/tests/check/gnl/seek.c
index 0547b26..be5c96c 100644
--- a/tests/check/gnl/seek.c
+++ b/tests/check/gnl/seek.c
@@ -51,7 +51,7 @@ fill_pipeline_and_check (GstElement * comp, GList * segments, GList * seeks)
G_CALLBACK (composition_pad_added_cb), collect);
sinkpad = gst_element_get_static_pad (sink, "sink");
- gst_pad_add_probe (sinkpad, GST_PAD_PROBE_TYPE_EVENT,
+ gst_pad_add_probe (sinkpad, GST_PAD_PROBE_TYPE_EVENT_DOWNSTREAM,
(GstPadProbeCallback) sinkpad_probe, collect, NULL);
bus = gst_element_get_bus (GST_ELEMENT (pipeline));