From: Sebastian Dröge Date: Thu, 23 Feb 2012 13:46:07 +0000 (+0100) Subject: seek: Fix mistake in last commit X-Git-Tag: 1.19.3~511^2~6555^2~94 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3a1535930a83806a8df67f79596d9f326f7f46b;p=platform%2Fupstream%2Fgstreamer.git seek: Fix mistake in last commit --- 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));