[vlc-devel] [PATCH v2 0/5] Preparse associated media from libVLC
Alexandre Janniaux
ajanni at videolabs.io
Fri Feb 7 22:04:44 CET 2020
Hi,
This is v2 of my previous patchset to enable preparsing the
media associated to a main one in LibVLC, through mechanisms
like input slaves.
It allows getting the full information and tracks in the
host application, and brings a useful tool to using the
stream output pipeline (although currently unstable) from
a LibVLC application as stream ids become available.
Changes from v2:
+ preparsing associated media is now always enable for LibVLC
Regars,
Alexandre Janniaux (5):
input_item: add WITH_ASSOCIATED_MEDIA meta request
preparser: force initialization of b_preparse_interact
preparser: store "parse associated media" option in input_item
input: preparse associated media during preparse if requested
libvlc: media: set WITH_ASSOCIATED_MEDIA option to preparser
include/vlc_input_item.h | 4 ++++
lib/media.c | 3 +++
src/input/input.c | 2 +-
src/preparser/preparser.c | 6 ++++--
4 files changed, 12 insertions(+), 3 deletions(-)
--
2.25.0
More information about the vlc-devel
mailing list