From 69ec933605873e7d540fd12fa6d0fdea087c6a21 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Thu, 6 May 2021 09:12:34 -0400 Subject: doc: Add codecalpha plugin to the plugins cache Part-of: --- docs/plugins/gst_plugins_cache.json | 151 ++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) (limited to 'docs') 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 ", + "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 ", + "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 ", + "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 ", + "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": { -- cgit v1.2.1