[vlc-devel] [PATCH 03/18] clock: add vlc_clock

Francois Cartegnie fcartegnie at gmail.com
Thu Mar 7 17:51:58 CET 2019


Le 07/03/2019 à 15:25, Thomas Guillem a écrit :

> + */
> +vlc_tick_t vlc_clock_SetDelay(vlc_clock_t *clock, vlc_tick_t pts_delay);
> +
> +/**
> + * Wait for a timestamp expressed in stream time
> + */
> +int vlc_clock_Wait(vlc_clock_t *clock, vlc_tick_t system_now, vlc_tick_t pts,
> +                   double rate, vlc_tick_t max_duration);
> +

I don't agree with the use of "pts" instead of "ts" or "timestamp".

This is confusing (even more when mixing usage with pts_delay which is
related to the real pts thing) and we clearly don't want pts there.

-- 
Francois Cartegnie
VideoLAN - VLC Developer


More information about the vlc-devel mailing list