]> git.sesse.net Git - vlc/commit
input: add vlc_InputItemPreparseEnded event
authorThomas Guillem <thomas@gllm.fr>
Wed, 4 Feb 2015 08:55:52 +0000 (08:55 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 4 Feb 2015 14:04:02 +0000 (15:04 +0100)
commit4935cbe1fe29346d694dc44792c7d6e309a2c063
treef0213b160d85acf90a269157ac22d881c27124f4
parentffdfe2ac24230e58d82eb7f8fa69953ed25d721a
input: add vlc_InputItemPreparseEnded event

This event is sent from playlist/preparsed thread to notify when an item is
preparsed. This event is sent when the preparse function terminate, ie. when
meta and sub items are parsed. It is also sent when the preparse function fails
to parse anything.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
include/vlc_events.h
src/input/input_interface.h
src/input/item.c
src/playlist/preparser.c
src/playlist/preparser.h