gst-plugins-rs/mux/fmp4
Arun Raghavan 6d248c70dd fmp4: Return a running time in get_next_time()
We were currently returning a value based on the next chunk PTS, but the
expectation in GstAggregator is that we return a running time. This
resulted in spurious wakeups and warnings like:

0:00:01.501685123 1552995 0x55899715c1e0 WARN                 fmp4mux mux/fmp4/src/fmp4mux/imp.rs:1818:gstfmp4::fmp4mux:👿:FMP4Mux::drain_buffers:<fmp4mux0:sink_1> Don't have a complete GOP for the first stream on timeout in a live pipeline

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1135>
2023-03-14 13:44:13 +02:00
..
examples Fix various new clippy warnings 2022-12-16 18:51:00 +02:00
src fmp4: Return a running time in get_next_time() 2023-03-14 13:44:13 +02:00
tests fmp4mux: Pass one more buffer in test_buffer_multi_stream_short_gops test 2023-02-09 21:43:57 +02:00
build.rs Add new mux subdirectory for container formats 2022-10-23 20:25:08 +03:00
Cargo.toml Update versions to 0.9.10 2023-03-02 13:18:00 +02:00
LICENSE Add new mux subdirectory for container formats 2022-10-23 20:25:08 +03:00