mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
seek: Fix mistake in last commit
This commit is contained in:
parent
361e1e2e98
commit
e3a1535930
1 changed files with 3 additions and 0 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue