mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-01 09:13:48 +00:00
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:
parent
bd30823dbb
commit
3e291611b2
1 changed files with 12 additions and 0 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue