seek: Fix mistake in last commit

This commit is contained in:
Sebastian Dröge 2012-02-23 14:46:07 +01:00
parent 361e1e2e98
commit e3a1535930

View file

@ -999,6 +999,9 @@ make_playerbin2_pipeline (const gchar * location)
{ {
GstElement *pipeline = construct_playerbin ("playbin2", 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)); navigation_element = GST_ELEMENT (gst_object_ref (pipeline));
colorbalance_element = GST_ELEMENT (gst_object_ref (pipeline)); colorbalance_element = GST_ELEMENT (gst_object_ref (pipeline));