summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2021-05-28 15:18:53 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2021-06-07 17:11:32 -0400
commita6ebda3907c65c3577135e0c70f625ba205bf58d (patch)
treefda3fb5627a5bb2de4348b8180e6f32f406953b5 /docs
parent4d0f136297e79a84989670f65af37f9327fd26aa (diff)
downloadgstreamer-plugins-bad-a6ebda3907c65c3577135e0c70f625ba205bf58d.tar.gz
debugutils: Introduce videocodectestsink
This is a video specific sink used to test video CODEC conformance. This is similar to a combination of filesink and testsink, but will skip over any type of padding that GStreamer Video library introduces. This is needed in order to obtain the correct checksum or raw yuv data. This element currently support writing back non-padded raw I420 through the location property and will calculate an MD5 and post it as an element message of type conformance/checksum. More output format or checksum type could be added in the future as needed. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2287>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index fe3f21bf9..77b2eb416 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -9184,6 +9184,42 @@
"rank": "none",
"signals": {}
},
+ "videocodectestsink": {
+ "author": "Nicolas Dufresne <nicolas.dufresne@collabora.com",
+ "description": "Sink to test video CODEC conformance",
+ "hierarchy": [
+ "GstVideoCodecTestSink",
+ "GstBaseSink",
+ "GstElement",
+ "GstObject",
+ "GInitiallyUnowned",
+ "GObject"
+ ],
+ "klass": "Debug/video/Sink",
+ "long-name": "Video CODEC Test Sink",
+ "pad-templates": {
+ "sink": {
+ "caps": "video/x-raw:\n format: { I420, I420_10LE, NV12 }\n",
+ "direction": "sink",
+ "presence": "always"
+ }
+ },
+ "properties": {
+ "location": {
+ "blurb": "File path to store non-padded I420 stream (optional).",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "NULL",
+ "mutable": "null",
+ "readable": true,
+ "type": "gchararray",
+ "writable": true
+ }
+ },
+ "rank": "none"
+ },
"watchdog": {
"author": "David Schleef <ds@schleef.org>",
"description": "Watches for pauses in stream buffers",