summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2021-09-07 10:55:10 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2021-09-10 17:48:23 +0200
commit4f0b619023cb58e4be7cd4d01368f780f271bcf5 (patch)
tree464030e3073263346acdaf278ad8d629549ecd95 /docs
parentd4d483856fac142c1d1374bab5bee22afc4ebafc (diff)
downloadgstreamer-plugins-bad-4f0b619023cb58e4be7cd4d01368f780f271bcf5.tar.gz
va: Update vapostproc documentation.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2495>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index fca7c53b3..30cd5ad49 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -225789,6 +225789,7 @@
"description": "VA-API based video postprocessor",
"hierarchy": [
"GstVaPostProc",
+ "GstVaBaseTransform",
"GstBaseTransform",
"GstElement",
"GstObject",
@@ -225812,6 +225813,20 @@
"presence": "always"
}
},
+ "properties": {
+ "disable-passthrough": {
+ "blurb": "Forces passing buffers through the postprocessor",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "false",
+ "mutable": "ready",
+ "readable": true,
+ "type": "gboolean",
+ "writable": true
+ }
+ },
"rank": "none"
},
"vavp8dec": {