gstreamer/docs/plugins/inspect/plugin-smooth.xml

34 lines
1.3 KiB
XML
Raw Normal View History

2012-02-23 11:55:16 +00:00
<plugin>
<name>smooth</name>
<description>Apply a smooth filter to an image</description>
<filename>../../gst/smooth/.libs/libgstsmooth.so</filename>
<basename>libgstsmooth.so</basename>
2013-09-24 12:37:58 +00:00
<version>1.2.0</version>
2012-02-23 11:55:16 +00:00
<license>LGPL</license>
<source>gst-plugins-bad</source>
2013-07-29 11:52:29 +00:00
<package>GStreamer Bad Plug-ins source release</package>
2012-02-23 11:55:16 +00:00
<origin>Unknown package origin</origin>
<elements>
<element>
<name>smooth</name>
<longname>Smooth effect</longname>
<class>Filter/Effect/Video</class>
<description>Apply a smooth filter to an image</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
<pads>
<caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
2012-04-12 08:50:10 +00:00
<details>video/x-raw, format=(string)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
2012-02-23 11:55:16 +00:00
</caps>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
2012-04-12 08:50:10 +00:00
<details>video/x-raw, format=(string)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
2012-02-23 11:55:16 +00:00
</caps>
</pads>
</element>
</elements>
</plugin>