fmp4mux: Add documentation for new send-force-keyunit property

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2193>
This commit is contained in:
Sebastian Dröge 2025-04-09 12:54:06 +03:00 committed by GStreamer Marge Bot
parent 594fbfd649
commit 6ff5b8d019

View file

@ -3841,6 +3841,15 @@ impl ObjectImpl for FMP4Mux {
.blurb("Mode for writing EDTS, when in auto mode, edts written only for non-live streams.")
.mutable_ready()
.build(),
/**
* GstFMP4Mux:send-force-keyunit:
*
* Send force-keyunit events to request keyframes for the start of each fragment.
* If this is disabled then the application needs to ensure that keyframes are
* provided at appropriate times.
*
* Since: plugins-rs-0.14.0
*/
glib::ParamSpecBoolean::builder("send-force-keyunit")
.nick("Send force-keyunit Events")
.blurb("Send force-keyunit events to request keyframes for the start of each fragment")