gst-plugins-rs/utils
Sebastian Dröge c74def0b12 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/1267>
2023-07-05 14:38:00 +03:00
..
fallbackswitch fallbackswitch: add 'stop-on-eos' property 2023-06-19 19:02:33 +03:00
livesync livesync: Wait for the end timestamp of the previous buffer before looking at queue 2023-07-05 14:38:00 +03:00
togglerecord Use MPL as license specifier for plugins only requiring GStreamer < 1.20 2023-06-19 19:01:52 +03:00
tracers Update versions to 0.9.10 2023-03-02 13:18:00 +02:00
uriplaylistbin uriplaylistbin: use thiserror 2023-06-06 22:54:34 +03:00