mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
docs: update plugins cache with new h264 / vp8 depay properties
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/834>
This commit is contained in:
parent
49de1e6679
commit
f07fe93202
1 changed files with 38 additions and 1 deletions
|
@ -13853,7 +13853,32 @@
|
|||
"presence": "always"
|
||||
}
|
||||
},
|
||||
"properties": {},
|
||||
"properties": {
|
||||
"request-keyframe": {
|
||||
"blurb": "Request new keyframe when packet loss is detected",
|
||||
"conditionally-available": false,
|
||||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "false",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "gboolean",
|
||||
"writable": true
|
||||
},
|
||||
"wait-for-keyframe": {
|
||||
"blurb": "Wait for the next keyframe after packet loss, meaningful only when outputting access units",
|
||||
"conditionally-available": false,
|
||||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "false",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "gboolean",
|
||||
"writable": true
|
||||
}
|
||||
},
|
||||
"rank": "secondary"
|
||||
},
|
||||
"rtph264pay": {
|
||||
|
@ -15817,6 +15842,18 @@
|
|||
}
|
||||
},
|
||||
"properties": {
|
||||
"request-keyframe": {
|
||||
"blurb": "Request new keyframe when packet loss is detected",
|
||||
"conditionally-available": false,
|
||||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "false",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "gboolean",
|
||||
"writable": true
|
||||
},
|
||||
"wait-for-keyframe": {
|
||||
"blurb": "Wait for the next keyframe after packet loss",
|
||||
"conditionally-available": false,
|
||||
|
|
Loading…
Reference in a new issue