gst-plugins-rs/utils/livesync
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
..
examples Return exit code from gio::Application::run() from main() 2023-01-27 18:50:01 +00:00
src livesync: Wait for the end timestamp of the previous buffer before looking at queue 2023-07-05 12:31:08 +03:00
tests Add livesync plugin 2022-12-14 18:51:36 +02:00
build.rs Add livesync plugin 2022-12-14 18:51:36 +02:00
Cargo.toml Update versions to 0.10.9 2023-06-19 20:43:14 +03:00
LICENSE-MPL-2.0 git: replace LICENSE file symlinks with copies 2023-04-05 15:12:40 +00:00