doc: Add codecalpha plugin to the plugins cache

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2199>
This commit is contained in:
Nicolas Dufresne 2021-05-06 09:12:34 -04:00
parent ba4053a2b9
commit 69ec933605

View file

@ -3606,6 +3606,157 @@
"tracers": {},
"url": "Unknown package origin"
},
"codecalpha": {
"description": "CODEC Alpha Utilities",
"elements": {
"alphacombine": {
"author": "Nicolas Dufresne <nicolas.dufresne@collabora.com>",
"description": "Use luma from an opaque stream as alpha plane on another",
"hierarchy": [
"GstAlphaCombine",
"GstElement",
"GstObject",
"GInitiallyUnowned",
"GObject"
],
"klass": "Codec/Demuxer",
"long-name": "Alpha Combiner",
"pad-templates": {
"alpha": {
"caps": "video/x-raw:\n format: { GRAY8, I420, NV12 }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n",
"direction": "sink",
"presence": "always"
},
"sink": {
"caps": "video/x-raw:\n format: { I420 }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n",
"direction": "sink",
"presence": "always"
},
"src": {
"caps": "video/x-raw:\n format: { A420 }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n",
"direction": "src",
"presence": "always"
}
},
"rank": "none"
},
"codecalphademux": {
"author": "Nicolas Dufresne <nicolas.dufresne@collabora.com>",
"description": "Extract and expose as a stream the CODEC alpha.",
"hierarchy": [
"GstCodecAlphaDemux",
"GstElement",
"GstObject",
"GInitiallyUnowned",
"GObject"
],
"klass": "Codec/Demuxer",
"long-name": "CODEC Alpha Demuxer",
"pad-templates": {
"alpha": {
"caps": "ANY",
"direction": "src",
"presence": "always"
},
"sink": {
"caps": "ANY",
"direction": "sink",
"presence": "always"
},
"src": {
"caps": "ANY",
"direction": "src",
"presence": "always"
}
},
"rank": "none"
},
"vp8alphadecodebin": {
"author": "Nicolas Dufresne <nicolas.dufresne@collabora.com>",
"description": "Wrapper bin to decode VP8 with alpha stream.",
"hierarchy": [
"GstVp8AlphaDecodeBin",
"GstAlphaDecodeBin",
"GstBin",
"GstElement",
"GstObject",
"GInitiallyUnowned",
"GObject"
],
"interfaces": [
"GstChildProxy"
],
"klass": "Codec/Decoder/Video",
"long-name": "VP8 Alpha Decoder",
"pad-templates": {
"sink": {
"caps": "video/x-vp8:\n codec-alpha: true\n",
"direction": "sink",
"presence": "always"
},
"src": {
"caps": "ANY",
"direction": "src",
"presence": "always"
}
},
"rank": "primary + 10"
},
"vp9alphadecodebin": {
"author": "Nicolas Dufresne <nicolas.dufresne@collabora.com>",
"description": "Wrapper bin to decode VP9 with alpha stream.",
"hierarchy": [
"GstVp9AlphaDecodeBin",
"GstAlphaDecodeBin",
"GstBin",
"GstElement",
"GstObject",
"GInitiallyUnowned",
"GObject"
],
"interfaces": [
"GstChildProxy"
],
"klass": "Codec/Decoder/Video",
"long-name": "VP9 Alpha Decoder",
"pad-templates": {
"sink": {
"caps": "video/x-vp9:\n codec-alpha: true\n",
"direction": "sink",
"presence": "always"
},
"src": {
"caps": "ANY",
"direction": "src",
"presence": "always"
}
},
"rank": "primary + 10"
}
},
"filename": "gstcodecalpha",
"license": "LGPL",
"other-types": {
"GstAlphaDecodeBin": {
"hierarchy": [
"GstAlphaDecodeBin",
"GstBin",
"GstElement",
"GstObject",
"GInitiallyUnowned",
"GObject"
],
"interfaces": [
"GstChildProxy"
],
"kind": "object"
}
},
"package": "GStreamer Bad Plug-ins",
"source": "gst-plugins-bad",
"tracers": {},
"url": "Unknown package origin"
},
"coloreffects": {
"description": "Color Look-up Table filters",
"elements": {