gst-play: move current playlist index along in about-to-finish
This commit is contained in:
parent
fd873b1067
commit
716f992c17
@ -372,6 +372,7 @@ play_about_to_finish (GstElement * playbin, gpointer user_data)
|
|||||||
g_free (loc);
|
g_free (loc);
|
||||||
|
|
||||||
g_object_set (play->playbin, "uri", next_uri, NULL);
|
g_object_set (play->playbin, "uri", next_uri, NULL);
|
||||||
|
play->cur_idx = next_idx;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user