mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
36 lines
No EOL
1.6 KiB
XML
36 lines
No EOL
1.6 KiB
XML
<plugin>
|
|
<name>alpha</name>
|
|
<description>adds an alpha channel to video - constant or via chroma-keying</description>
|
|
<filename>../../gst/alpha/.libs/libgstalpha.so</filename>
|
|
<basename>libgstalpha.so</basename>
|
|
<version>1.9.0.1</version>
|
|
<license>LGPL</license>
|
|
<source>gst-plugins-good</source>
|
|
<package>GStreamer Good Plug-ins git</package>
|
|
<origin>Unknown package origin</origin>
|
|
<elements>
|
|
<element>
|
|
<name>alpha</name>
|
|
<longname>Alpha filter</longname>
|
|
<class>Filter/Effect/Video</class>
|
|
<description>Adds an alpha channel to video - uniform or via chroma-keying</description>
|
|
<author>Wim Taymans <wim.taymans@gmail.com>
|
|
Edward Hervey <edward.hervey@collabora.co.uk>
|
|
Jan Schmidt <thaytan@noraisin.net></author>
|
|
<pads>
|
|
<caps>
|
|
<name>sink</name>
|
|
<direction>sink</direction>
|
|
<presence>always</presence>
|
|
<details>video/x-raw, format=(string){ AYUV, ARGB, BGRA, ABGR, RGBA, Y444, xRGB, BGRx, xBGR, RGBx, RGB, BGR, Y42B, YUY2, YVYU, UYVY, I420, YV12, Y41B }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
|
</caps>
|
|
<caps>
|
|
<name>src</name>
|
|
<direction>source</direction>
|
|
<presence>always</presence>
|
|
<details>video/x-raw, format=(string){ AYUV, ARGB, BGRA, ABGR, RGBA, Y444, xRGB, BGRx, xBGR, RGBx, RGB, BGR, Y42B, YUY2, YVYU, UYVY, I420, YV12, Y41B }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
</elements>
|
|
</plugin> |