From 44b7e9268ccb961ba8bc52327c147cde7f66d02b Mon Sep 17 00:00:00 2001 From: He Junyan Date: Sat, 16 Jan 2021 19:14:06 +0800 Subject: doc: Add the av1 parse element. Part-of: --- docs/plugins/gst_plugins_cache.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'docs') diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json index 71d8f72c4..9bd916e72 100644 --- a/docs/plugins/gst_plugins_cache.json +++ b/docs/plugins/gst_plugins_cache.json @@ -221942,6 +221942,33 @@ "videoparsersbad": { "description": "videoparsers", "elements": { + "av1parse": { + "author": "He Junyan ", + "description": "Parses AV1 streams", + "hierarchy": [ + "GstAV1Parse", + "GstBaseParse", + "GstElement", + "GstObject", + "GInitiallyUnowned", + "GObject" + ], + "klass": "Codec/Parser/Converter/Video", + "long-name": "AV1 parser", + "pad-templates": { + "sink": { + "caps": "video/x-av1:\n", + "direction": "sink", + "presence": "always" + }, + "src": { + "caps": "video/x-av1:\n parsed: true\n stream-format: { (string)obu-stream, (string)annexb }\n alignment: { (string)obu, (string)tu, (string)frame }\n", + "direction": "src", + "presence": "always" + } + }, + "rank": "secondary" + }, "diracparse": { "author": "David Schleef ", "description": "Parses Dirac streams", -- cgit v1.2.1