mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
If the user alters the realtime clock (for example by using the "date" command in the shell), and the node driver uses the realtime clock as the timerfd clock, then the scheduled graph cycle invocation may not take place, or may take place much later than planned, because the timestamp that was passed to spa_system_timerfd_settime() is now invalid. Configure the timer to automatically be canceled if the realtime clock is modified so that the graph cycle can be rescheduled with an updated timestamp that is actually usable with the altered realtime clock. |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| lib | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||