From 7db147e9aacac713a4e9f4c30ab4841232ee6bda Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 29 Jun 2020 17:31:15 -0400 Subject: 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: --- docs/plugins/gst_plugins_cache.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'docs') 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": {}, -- cgit v1.2.1