]> git.sesse.net Git - vlc/commit
libvlc: add libvlc_MediaListEndReached event
authorThomas Guillem <thomas@gllm.fr>
Tue, 20 Jan 2015 09:46:31 +0000 (10:46 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 20 Jan 2015 10:20:28 +0000 (11:20 +0100)
commit1723d7e97f421c27ed4c99159e70c3fafb8fdaee
tree3dfaf0ae7d5ab94b000c33b614846a022af3a74b
parentbcb1b3bd539159ed0695f7fa0cd22a42f9df6fe5
libvlc: add libvlc_MediaListEndReached event

Expose an event to libvlc users which allows them to get notified when a media
list reached the end. That is, when the media list is attached to a media
(subitems) that completed a parsing. Or when the media list is attached to a
media discovery that stopped.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
include/vlc/libvlc_events.h
lib/media.c
lib/media_discoverer.c
lib/media_list.c
lib/media_list_internal.h