gst-plugins-rs/mux/fmp4
Sebastian Dröge 4d9b6c5472 fmp4mux: Pass one more buffer in test_buffer_multi_stream_short_gops test
This works around non-determinism in aggregator where depending on
timing it can happen that it consumes all buffers from both pads or
waits for another buffer on one pad while the other one already has one.

The effect in this test was that it sometimes timed out. By providing
one more buffer it is guaranteed now that at this point the muxer is
beyond the end of the first fragment.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1081>
2023-02-09 20:36:44 +02:00
..
examples Fix various new clippy warnings 2023-01-25 10:31:19 +02:00
src fmp4mux: Accept more data on already filled streams if the remaining streams need more data for finishing a GOP 2023-02-09 20:36:42 +02:00
tests fmp4mux: Pass one more buffer in test_buffer_multi_stream_short_gops test 2023-02-09 20:36:44 +02:00
build.rs Add new mux subdirectory for container formats 2022-10-23 20:25:08 +03:00
Cargo.toml mux/{mp4, fmp4}: Hard depend on feature v1_18 2022-11-29 21:06:12 +02:00
LICENSE Add new mux subdirectory for container formats 2022-10-23 20:25:08 +03:00