summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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": {