From a6ebda3907c65c3577135e0c70f625ba205bf58d Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Fri, 28 May 2021 15:18:53 -0400 Subject: 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: --- docs/plugins/gst_plugins_cache.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'docs') 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 ", "description": "Watches for pauses in stream buffers", -- cgit v1.2.1