From 716f992c17988cdccdba3d573b673d8aabf3ed3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 21 Aug 2013 16:02:00 +0100 Subject: [PATCH] gst-play: move current playlist index along in about-to-finish --- tools/gst-play.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gst-play.c b/tools/gst-play.c index 34e0d3072b..5958e1e7d1 100644 --- a/tools/gst-play.c +++ b/tools/gst-play.c @@ -372,6 +372,7 @@ play_about_to_finish (GstElement * playbin, gpointer user_data) g_free (loc); g_object_set (play->playbin, "uri", next_uri, NULL); + play->cur_idx = next_idx; } static void