mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
gst-play: remove peculiar setting of invalid -v property
This commit is contained in:
parent
603e2fe24a
commit
509d4a0f92
1 changed files with 0 additions and 2 deletions
|
@ -617,8 +617,6 @@ play_about_to_finish (GstElement * playbin, gpointer user_data)
|
||||||
|
|
||||||
g_object_set (play->playbin, "uri", next_uri, NULL);
|
g_object_set (play->playbin, "uri", next_uri, NULL);
|
||||||
play->cur_idx = next_idx;
|
play->cur_idx = next_idx;
|
||||||
|
|
||||||
g_object_set (play->playbin, "-v", NULL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue