mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
gst-play: move current playlist index along in about-to-finish
This commit is contained in:
parent
fd873b1067
commit
716f992c17
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue