gst-plugins-rs/utils/livesync
Sebastian Dröge bbf131086a livesync: Synchronize on the first buffer too
Previously the first buffer would be output immediately and
synchronization would only happen from the second buffer onwards.
This would mean that the first buffer would potentially be output too
early.

Instead, if there is no known output timestamp yet but a buffer with a
timestamp, first of all take its start as the initial output timestamp
and synchronize on that buffer.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1635>
2024-06-26 16:21:42 +00:00
..
examples use new debug and parse API 2023-12-04 15:58:21 +01:00
src livesync: Synchronize on the first buffer too 2024-06-26 16:21:42 +00:00
tests livesync: Synchronize on the first buffer too 2024-06-26 16:21:42 +00:00
build.rs Add livesync plugin 2022-12-14 18:51:36 +02:00
Cargo.toml Drop direct muldiv dependency 2024-02-05 15:34:31 +01:00
LICENSE-MPL-2.0 git: replace LICENSE file symlinks with copies 2023-04-04 14:26:37 +01:00