[vlc-devel] [RFC PATCH 0/2] Fixing #3075: srt + ts

Thomas Guillem thomas at gllm.fr
Thu Feb 13 17:27:57 CET 2020


Hello,

This small patch set is based from my patch set from yesterday. The complete
branch (with fixes from your reviews) can be found here:
https://code.videolan.org/tguillem/vlc/commits/track-id/6

This is an example of what we can fix when we can finally identify the
input_source (via es_out_ctx_t) on the es_out display side.

ES tracks created by input slaves and using the default group id (== 0) will be
considered sticky. Sticky ESes will attach to any selected programs.

This fixes external subtitles with ts files.

Regards,
Thomas Guillem

Thomas Guillem (2):
  es_out: add sticky programs handling
  input: remove noslave_exts hack

 src/input/es_out.c    | 114 ++++++++++++++++++++++++++++++++----------
 src/input/subtitles.c |  16 ------
 2 files changed, 88 insertions(+), 42 deletions(-)

-- 
2.20.1



More information about the vlc-devel mailing list