diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-11-24 00:38:21 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-11-24 00:38:21 +0000 |
commit | e0d4715b7731c2c528eedea6a84b1b28b5d6774b (patch) | |
tree | 195bbaaa5af132841f23786eaf24735065096e57 /tests/check/gnl/seek.c | |
parent | e3957d141793282518c015a02f81c52b2118b2ff (diff) |
gnl, tests: update for pad probe API changes
But unit tests time out after pad gets blocked,
so still something missing somewhere.
Diffstat (limited to 'tests/check/gnl/seek.c')
-rw-r--r-- | tests/check/gnl/seek.c | 2 |
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)); |