mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
34 lines
No EOL
1.4 KiB
XML
34 lines
No EOL
1.4 KiB
XML
<plugin>
|
|
<name>videobalance</name>
|
|
<description>Changes hue, saturation, brightness etc. on video images</description>
|
|
<filename>../../gst/videofilter/.libs/libgstvideobalance.so</filename>
|
|
<basename>libgstvideobalance.so</basename>
|
|
<version>0.10.14.2</version>
|
|
<license>LGPL</license>
|
|
<source>gst-plugins-good</source>
|
|
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
|
<origin>Unknown package origin</origin>
|
|
<elements>
|
|
<element>
|
|
<name>videobalance</name>
|
|
<longname>Video balance</longname>
|
|
<class>Filter/Effect/Video</class>
|
|
<description>Adjusts brightness, contrast, hue, saturation on a video stream</description>
|
|
<author>David Schleef <ds@schleef.org></author>
|
|
<pads>
|
|
<caps>
|
|
<name>src</name>
|
|
<direction>source</direction>
|
|
<presence>always</presence>
|
|
<details>video/x-raw-yuv, format=(fourcc){ IYUV, I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
|
</caps>
|
|
<caps>
|
|
<name>sink</name>
|
|
<direction>sink</direction>
|
|
<presence>always</presence>
|
|
<details>video/x-raw-yuv, format=(fourcc){ IYUV, I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
</elements>
|
|
</plugin> |