docs: update plugins cache for vp9enc

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/874>
This commit is contained in:
Jakub Adam 2021-02-16 16:39:34 +01:00 committed by GStreamer Marge Bot
parent 9f1b9fed06
commit 2bd38697ed

View file

@ -25389,6 +25389,32 @@
}
},
"properties": {
"aq-mode": {
"blurb": "Which adaptive quantization mode should be used",
"conditionally-available": false,
"construct": false,
"construct-only": false,
"controllable": false,
"default": "off (0)",
"max": "4",
"min": "0",
"mutable": "null",
"readable": true,
"type": "GstVPXAQ",
"writable": true
},
"frame-parallel-decoding": {
"blurb": "Whether encoded bitstream should allow parallel processing of video frames in the decoder (default is on)",
"conditionally-available": false,
"construct": false,
"construct-only": false,
"controllable": false,
"default": "true",
"mutable": "null",
"readable": true,
"type": "gboolean",
"writable": true
},
"row-mt": {
"blurb": "Whether each row should be encoded using multiple threads",
"conditionally-available": false,
@ -25436,6 +25462,51 @@
"filename": "gstvpx",
"license": "LGPL",
"other-types": {
"GstVPXAQ": {
"kind": "enum",
"values": [
{
"desc": "GST_VPX_AQ_OFF",
"name": "off",
"value": "0"
},
{
"desc": "GST_VPX_AQ_VARIANCE",
"name": "variance",
"value": "1"
},
{
"desc": "GST_VPX_AQ_COMPLEXITY",
"name": "complexity",
"value": "2"
},
{
"desc": "GST_VPX_AQ_CYCLIC_REFRESH",
"name": "cyclic-refresh",
"value": "3"
},
{
"desc": "GST_VPX_AQ_EQUATOR360",
"name": "equator360",
"value": "4"
},
{
"desc": "GST_VPX_AQ_PERCEPTUAL",
"name": "perceptual",
"value": "5"
},
{
"desc": "GST_VPX_AQ_PSNR",
"name": "psnr",
"value": "6"
},
{
"desc": "GST_VPX_AQ_LOOKAHEAD",
"name": "lookahead",
"value": "7"
}
]
},
"GstVPXDec": {
"hierarchy": [
"GstVPXDec",