gst-plugins-rs/utils
Sebastian Dröge 69d4ecc3be livesync: Wait for the end timestamp of the previous buffer before looking at queue
Previously livesync was waiting for the start timestamp of the current
buffer after looking at the queue and right before pushing it
downstream. This meant that it generally looked too early at the queue
and especially that upstream had to provide the next buffer already at
the start timestamp of the previous one.

Instead, now wait before looking at the queue and wait for the end
timestamp of the previous buffer. Once the previous buffer has expired,
a new buffer really needs to be available or otherwise a filler buffer
has to be pushed downstream.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1266>
2023-07-05 12:31:08 +03:00
..
fallbackswitch Update versions to 0.10.9 2023-06-19 20:43:14 +03:00
livesync livesync: Wait for the end timestamp of the previous buffer before looking at queue 2023-07-05 12:31:08 +03:00
togglerecord Update versions to 0.10.9 2023-06-19 20:43:14 +03:00
tracers Update versions to 0.10.9 2023-06-19 20:43:14 +03:00
uriplaylistbin Update versions to 0.10.9 2023-06-19 20:43:14 +03:00