Update docs for hlssink3 plugin to include single media file property

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2439>
This commit is contained in:
Sanchayan Maity 2025-08-14 19:57:43 +05:30
parent bd30823dbb
commit 3e291611b2

View file

@ -4841,6 +4841,18 @@
"readable": true,
"type": "GstHlsProgramDateTimeReference",
"writable": true
},
"single-media-file": {
"blurb": "Location of the single media file to write (media playlist will use byte-range addressing)",
"conditionally-available": false,
"construct": false,
"construct-only": false,
"controllable": false,
"default": "NULL",
"mutable": "null",
"readable": true,
"type": "gchararray",
"writable": true
}
},
"signals": {