From e3a1535930a83806a8df67f79596d9f326f7f46b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 23 Feb 2012 14:46:07 +0100 Subject: [PATCH] seek: Fix mistake in last commit --- tests/examples/seek/seek.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/examples/seek/seek.c b/tests/examples/seek/seek.c index 699ba36..ffc114f 100644 --- a/tests/examples/seek/seek.c +++ b/tests/examples/seek/seek.c @@ -999,6 +999,9 @@ make_playerbin2_pipeline (const gchar * location) { GstElement *pipeline = construct_playerbin ("playbin2", location); + g_signal_connect (pipeline, "notify::volume", G_CALLBACK (volume_notify_cb), + NULL); + navigation_element = GST_ELEMENT (gst_object_ref (pipeline)); colorbalance_element = GST_ELEMENT (gst_object_ref (pipeline)); -- 2.7.4