gst-plugins-rs/generic
François Laignel ed90b338f8 ts: runtime: add delay_for_at_least
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.
2021-09-30 09:00:05 +02:00
..
file Add capi feature to all plugin crates 2021-08-11 20:51:36 +03:00
sodium Add capi feature to all plugin crates 2021-08-11 20:51:36 +03:00
threadshare ts: runtime: add delay_for_at_least 2021-09-30 09:00:05 +02:00