summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2021-05-06 09:12:34 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2021-05-11 16:06:56 -0400
commit69ec933605873e7d540fd12fa6d0fdea087c6a21 (patch)
tree919a571334274740c0587566a29dc5e2c05cb47c /docs
parentba4053a2b942f893dc6b5e0bbcd7a6f8f607811e (diff)
downloadgstreamer-plugins-bad-69ec933605873e7d540fd12fa6d0fdea087c6a21.tar.gz
doc: Add codecalpha plugin to the plugins cache
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2199>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json151
1 files changed, 151 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 11b412c95..9c1ab7305 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -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": {