diff options
author | He Junyan <junyan.he@intel.com> | 2021-01-16 19:14:06 +0800 |
---|---|---|
committer | GStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2021-01-19 18:38:03 +0000 |
commit | 44b7e9268ccb961ba8bc52327c147cde7f66d02b (patch) | |
tree | 36f7fe911b1cd6b534854e946808c46cd6ecb93f /docs/plugins | |
parent | b93315fa6ccea12af31d2f20137f7e6bb1e60564 (diff) | |
download | gstreamer-plugins-bad-44b7e9268ccb961ba8bc52327c147cde7f66d02b.tar.gz |
doc: Add the av1 parse element.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1614>
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/gst_plugins_cache.json | 27 |
1 files changed, 27 insertions, 0 deletions
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 <junyan.he@intel.com>", + "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 <ds@schleef.org>", "description": "Parses Dirac streams", |