mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
doc: Add the av1 parse element.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1614>
This commit is contained in:
parent
b93315fa6c
commit
44b7e9268c
1 changed files with 27 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue