input: add vlc_InputItemPreparseEnded event

Multimedia / VLC - Thomas Guillem [gllm.fr] - 4 February 2015 08:04 UTC

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.

4935cbe input: add vlc_InputItemPreparseEnded event
include/vlc_events.h | 1 +
src/input/input_interface.h | 1 +
src/input/item.c | 8 ++++++++
src/playlist/preparser.c | 2 ++
src/playlist/preparser.h | 2 ++
5 files changed, 14 insertions(+)

Upstream: git.videolan.org


  • Share