[vlc-devel] [PATCH 1/5] input: add a new flag to control the state from demuxers
Rémi Denis-Courmont
remi at remlab.net
Fri Jul 20 12:22:45 CEST 2018
Le jeudi 19 juillet 2018, 16:50:16 EEST Thomas Guillem a écrit :
> This will be used by the chromecast demux filter.
A demux cannot control the paused state synchronously, as that would make a
loop. It can also not control the paused state asynchronously as that would
race with other pause controls (at least UIs and corks).
You can maybe, probably, increase the cork count of the input manager like the
audio output does. It is not time-accurate however.
--
Rémi Denis-Courmont
More information about the vlc-devel
mailing list