From 509d4a0f92e160f028d4b50052c601bd8b0b42b6 Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Fri, 4 Mar 2016 12:12:56 +0000 Subject: [PATCH] gst-play: remove peculiar setting of invalid -v property --- tools/gst-play.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/gst-play.c b/tools/gst-play.c index 1c49551987..6a70f0efc9 100644 --- a/tools/gst-play.c +++ b/tools/gst-play.c @@ -617,8 +617,6 @@ play_about_to_finish (GstElement * playbin, gpointer user_data) g_object_set (play->playbin, "uri", next_uri, NULL); play->cur_idx = next_idx; - - g_object_set (play->playbin, "-v", NULL); } static void