]> git.sesse.net Git - vlc/commit
libvlc: go to libvlc_Ended rather than libvlc_Stopped at EOS
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 8 Feb 2015 14:32:10 +0000 (16:32 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 8 Feb 2015 14:35:55 +0000 (16:35 +0200)
commit65ebc4b51ae63f569055971b534e936cbaa0142c
tree090cdabc569a3fb474588e7a032c3f9b26a6b2f9
parent58930e483852e03980911fe99f1c8d53c49ce8df
libvlc: go to libvlc_Ended rather than libvlc_Stopped at EOS

This is what the tests expect, and was the final status before the
merge of ABORT and DEAD input events.

In fact, libvlc_Stopped does not really correspond to anything: it has
no STOPPED_S equivalent in the input thread state. The only way to
reach it is to call libvlc_media_player_stop() explicitly.
Regardless, lets keep it for backward compatibility.
lib/media_player.c