Skip to content

player: don't start next medias if in stopped state

Thomas Guillem requested to merge tguillem/vlc:player-input-start into master

And don't send the STOPPED state from the STOPPED state.

Fixes the following assert leading to an invalid state:

test_src_player: ../../src/player/player.c:1195: vlc_player_Start: Assertion `!player->input->started' failed.
Edited by Thomas Guillem

Merge request reports