gstreamer/docs/plugins/inspect/plugin-invtelecine.xml
Tim-Philipp Müller cc058612ec Release 0.10.19
2010-05-31 02:10:58 +01:00

34 lines
No EOL
1.3 KiB
XML

<plugin>
<name>invtelecine</name>
<description>Inverse Telecine</description>
<filename>../../gst/invtelecine/.libs/libgstinvtelecine.so</filename>
<basename>libgstinvtelecine.so</basename>
<version>0.10.19</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
<name>invtelecine</name>
<longname>Inverse Telecine filter</longname>
<class>Filter/Video</class>
<description>Detects and reconstructs progressive content from telecine video</description>
<author>Entropy Wave &lt;ds@entropywave.com&gt;</author>
<pads>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>video/x-raw-yuv, format=(fourcc)I420, 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)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps>
</pads>
</element>
</elements>
</plugin>