gst-plugins-rs/mux/fmp4
Antonio Kevo cf21bfabf2 fmp4: Use updated start_pts when checking stream filled
After calculating the earliest pts, the fragment_start_pts and
chunk_start_pts in State are updated. However, when checking if the
stream is filled, the previous start_pts (set to None) is used instead.
This means that chunk_filled and fragment_filled will be false the first
time aggregate() is called, assuming timeout is false, all_eos is false,
and the sinkpad is not EOS. This requires aggregate() having to be
called a second time before the first fragment is sent.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1207>
2023-05-10 16:09:25 +02:00
..
examples fmp4: define minBufferTime in example mpd 2023-04-27 14:16:40 +02:00
src fmp4: Use updated start_pts when checking stream filled 2023-05-10 16:09:25 +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 fmp4: Update example to dash-mpd 0.8 2023-04-25 08:54:48 +03:00
LICENSE git: replace LICENSE file symlinks with copies 2023-04-04 14:26:37 +01:00