mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-03 18:23:49 +00:00
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:
parent
594fbfd649
commit
6ff5b8d019
1 changed files with 9 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue