Skip to content

(f)mp4mux: Add support for audio priming and GstAggregator::start-time

Thibault Saunier requested to merge thiblahute/gst-plugins-rs:f_mp4_edts into main
  • fmp4mux: Add support to write edts to handle audio priming

  • fmp4mux: Add support for GstAggregator::start-time-selector==set Taking it into account so the encoded stream start time is what was set in GstAggregator::start-time, respecting what was specified by the user.

  • mp4mux: Add support for edit lists So we properly handle audio priming

  • mp4mux: Add support for GstAggregator::start-time-selector==set Taking it into account so the encoded stream start time is what was set in GstAggregator::start-time, respecting what was specified by the user.

Merge request reports