Skip to content

clock: check master points validity

Thomas Guillem requested to merge tguillem/vlc:clock-check into master

Check that system and stream are increasing and check that the coeff is arround 1.0.

In case of invalid update, reset the clock (mooving average reset to 1.0) and update starting the current point (that triggered the warning).

We assume that the previous points were bad and not the current.

Merge request reports