[vlc-devel] [PATCH 00/17] Fixing normal_time handling
Rémi Denis-Courmont
remi at remlab.net
Wed Mar 10 14:19:56 UTC 2021
Le mercredi 10 mars 2021, 15:33:55 EET Thomas Guillem a écrit :
> FYI, GET_TIME is stil used by the player timer to report the time when the
> demux doesn't have any programs/PCR/ES (so no valid data).
You can't have it both ways. Either the value is polled or it's reported via
asynchronous events.
It made no sense to have separate GET_TIME and GET_NORMAL_TIME, and it would
make no sense to have separate GET_TIME polled and NPT as an event. They are
by definition one and the same thing: the time to show to the user.
And it does not seem to belong in SetPCR either way.
--
Rémi Denis-Courmont
More information about the vlc-devel
mailing list