mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +00:00
ed90b338f8
The time driver for the threadshare runtime assigns the timer entries to the nearest throttling time frame so that the timer fires as close as possible to the expected instant. This means that the timer might fire before or after the expected instant (at most `wait / 2` away). In some cases, we don't want the timer to fire early. The new function `delay_for_at_least` ensures that the timer is assigned to the time frame after the expected instant. |
||
---|---|---|
.. | ||
file | ||
sodium | ||
threadshare |