summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-interlace.xml
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-09-07 11:34:35 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-09-07 11:34:35 +0100
commit35563896efd83c0905eb60bacceee5569b8174ab (patch)
treea21ae78364bd4432b52b91bed969a33e6dd546c3 /docs/plugins/inspect/plugin-interlace.xml
parent59df51220f9036e9572b26fc6e526ff3689da57d (diff)
downloadgstreamer-plugins-bad-35563896efd83c0905eb60bacceee5569b8174ab.tar.gz
docs: update plugin introspection data for recent changes
Diffstat (limited to 'docs/plugins/inspect/plugin-interlace.xml')
-rw-r--r--docs/plugins/inspect/plugin-interlace.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-interlace.xml b/docs/plugins/inspect/plugin-interlace.xml
new file mode 100644
index 000000000..f0858231e
--- /dev/null
+++ b/docs/plugins/inspect/plugin-interlace.xml
@@ -0,0 +1,34 @@
+<plugin>
+ <name>interlace</name>
+ <description>Create an interlaced video stream</description>
+ <filename>../../gst/interlace/.libs/libgstinterlace.so</filename>
+ <basename>libgstinterlace.so</basename>
+ <version>0.10.20.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins git</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>interlace</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>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>video/x-raw-yuv, format=(fourcc){ AYUV, YUY2, UYVY, I420, YV12, Y42B, Y444, NV12, NV21 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlaced=(boolean)false</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>video/x-raw-yuv, format=(fourcc){ AYUV, YUY2, UYVY, I420, YV12, Y42B, Y444, NV12, NV21 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlaced=(boolean)true</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file