seek: Fix mistake in last commit
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 23 Feb 2012 13:46:07 +0000 (14:46 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 23 Feb 2012 13:46:07 +0000 (14:46 +0100)
tests/examples/seek/seek.c

index 699ba36..ffc114f 100644 (file)
@@ -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));