summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2020-06-29 17:31:15 -0400
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-07-23 17:14:08 +0000
commit7db147e9aacac713a4e9f4c30ab4841232ee6bda (patch)
treeef9b4ff9df7befce885f03371ff4d0b7cdd97edd /docs
parent0349f032bfa030e797b466442e627147c42d5c57 (diff)
downloadgstreamer-plugins-bad-7db147e9aacac713a4e9f4c30ab4841232ee6bda.tar.gz
iqa: Add a 'mode' property
This property currently only supports a 'strict' that checks that all the input streams have the exact same number of frames. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1424>
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": {},