summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Adam <jakub.adam@collabora.com>2021-02-16 16:39:34 +0100
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-06-28 16:05:46 +0000
commit2bd38697ed7f8f037137643d8d69b4cfffd5fdc2 (patch)
tree049c8d796be52093470dd078dd00db61d8e52eeb
parent9f1b9fed068d941d427383e6cd9b4d5e0651d496 (diff)
downloadgstreamer-plugins-good-2bd38697ed7f8f037137643d8d69b4cfffd5fdc2.tar.gz
docs: update plugins cache for vp9enc
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/874>
-rw-r--r--docs/gst_plugins_cache.json71
1 files changed, 71 insertions, 0 deletions
diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json
index adadc2a15..b914b3470 100644
--- a/docs/gst_plugins_cache.json
+++ b/docs/gst_plugins_cache.json
@@ -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",