Doc: Update the plugin document for h266parse
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5710>
This commit is contained in:
parent
b8a806d8a9
commit
d63a9340b0
@ -249907,6 +249907,48 @@
|
|||||||
},
|
},
|
||||||
"rank": "secondary"
|
"rank": "secondary"
|
||||||
},
|
},
|
||||||
|
"h266parse": {
|
||||||
|
"author": "Hongcheng Zhong",
|
||||||
|
"description": "Parses H.266 streams",
|
||||||
|
"hierarchy": [
|
||||||
|
"GstH266Parse",
|
||||||
|
"GstBaseParse",
|
||||||
|
"GstElement",
|
||||||
|
"GstObject",
|
||||||
|
"GInitiallyUnowned",
|
||||||
|
"GObject"
|
||||||
|
],
|
||||||
|
"klass": "Codec/Parser/Converter/Video",
|
||||||
|
"pad-templates": {
|
||||||
|
"sink": {
|
||||||
|
"caps": "video/x-h266:\n",
|
||||||
|
"direction": "sink",
|
||||||
|
"presence": "always"
|
||||||
|
},
|
||||||
|
"src": {
|
||||||
|
"caps": "video/x-h266:\n parsed: true\n stream-format: { (string)byte-stream }\n alignment: { (string)au, (string)nal }\n",
|
||||||
|
"direction": "src",
|
||||||
|
"presence": "always"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"properties": {
|
||||||
|
"config-interval": {
|
||||||
|
"blurb": "Send VPS, SPS and PPS Insertion Interval in seconds (sprop parameter sets will be multiplexed in the data stream when detected.) (0 = disabled, -1 = send with every IDR frame)",
|
||||||
|
"conditionally-available": false,
|
||||||
|
"construct": true,
|
||||||
|
"construct-only": false,
|
||||||
|
"controllable": false,
|
||||||
|
"default": "0",
|
||||||
|
"max": "3600",
|
||||||
|
"min": "-1",
|
||||||
|
"mutable": "null",
|
||||||
|
"readable": true,
|
||||||
|
"type": "gint",
|
||||||
|
"writable": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"rank": "secondary"
|
||||||
|
},
|
||||||
"jpeg2000parse": {
|
"jpeg2000parse": {
|
||||||
"author": "Aaron Boxer <boxerab@gmail.com>",
|
"author": "Aaron Boxer <boxerab@gmail.com>",
|
||||||
"description": "Parses JPEG 2000 files",
|
"description": "Parses JPEG 2000 files",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user