]> git.sesse.net Git - vlc/commit
lib: Fire libvlc_MediaListPlayerPlayed at end of playlist
authorIgor Prokopenkov <cmyk777@gmail.com>
Fri, 3 Oct 2014 15:25:24 +0000 (15:25 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 6 Oct 2014 08:55:22 +0000 (10:55 +0200)
commitfd4a0ba83493bd91f2adb7b68ae9fb3c3d5fc972
treeb1fdab8d58c77f0764ee3d193b3d10622ca2a866
parent6893b7a44af01337e1c6a12b125bb6bbd00437a0
lib: Fire libvlc_MediaListPlayerPlayed at end of playlist

The "libvlc_MediaListPlayerPlayed" event was defined but unused.
It is now fired when libvlc_media_list_player is played until last item in the playlist

Signed-off-by: Igor Prokopenkov <cmyk777@gmail.com>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
lib/media_list_player.c