summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json25
1 files changed, 24 insertions, 1 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index f04cdadb2..9e5702d20 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -25627,6 +25627,18 @@
"readable": true,
"type": "gdouble",
"writable": true
+ },
+ "mode": {
+ "blurb": "Controls the frame comparison mode.",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "(none)",
+ "mutable": "null",
+ "readable": true,
+ "type": "GstIqaMode",
+ "writable": true
}
},
"rank": "primary"
@@ -25634,7 +25646,18 @@
},
"filename": "gstiqa",
"license": "LGPL",
- "other-types": {},
+ "other-types": {
+ "GstIqaMode": {
+ "kind": "flags",
+ "values": [
+ {
+ "desc": "Strict comparison of frames.",
+ "name": "strict",
+ "value": "0x00000002"
+ }
+ ]
+ }
+ },
"package": "GStreamer Bad Plug-ins",
"source": "gst-plugins-bad",
"tracers": {},