doc: Add the av1 parse element.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1614>
This commit is contained in:
He Junyan 2021-01-16 19:14:06 +08:00 committed by GStreamer Merge Bot
parent b93315fa6c
commit 44b7e9268c

View file

@ -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",