Skip to content
Snippets Groups Projects
Commit f07fe932 authored by Mathieu Duponchelle's avatar Mathieu Duponchelle :frog: Committed by GStreamer Marge Bot
Browse files

docs: update plugins cache with new h264 / vp8 depay properties

Part-of: <!834>
parent 49de1e66
No related branches found
No related tags found
1 merge request!834vp8depay / h264depay: new keyframe-related properties
......@@ -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,
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment