Commits on Source (6)
-
Refs #26609
c2429632 -
This will prevent a RESET_PCR and ensure we receive all outputs points. Refs #26609
55c2b8a8 -
b685494e
-
In 2 functions: vlc_player_UpdateTimerBestSource and vlc_player_UpdateTimerSmpteSource. No functional changes.
1c5d6998 -
This will prevent to send updates after the last discontinuity (when the output is deleted) from other ES sources. This could happen with a high CPU load: timer: update: source: audio/0, ts: 197001 npt: 1 timer: update: source: audio/0, ts: 198001 npt: 1 timer: update: source: audio/0, ts: 199001 npt: 1 timer: discontinuity: source: input timer: discontinuity: source: audio/0 timer: update: source: video/0, ts: 191660 npt: 1 timer: discontinuity: source: video/0 Refs #26609
acf833a6 -
The player timer will handle it. Fixes #26609
d221a4a4