summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect
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
parent59df51220f9036e9572b26fc6e526ff3689da57d (diff)
downloadgstreamer-plugins-bad-35563896efd83c0905eb60bacceee5569b8174ab.tar.gz
docs: update plugin introspection data for recent changes
Diffstat (limited to 'docs/plugins/inspect')
-rw-r--r--docs/plugins/inspect/plugin-cog.xml58
-rw-r--r--docs/plugins/inspect/plugin-debugutilsbad.xml21
-rw-r--r--docs/plugins/inspect/plugin-interlace.xml34
-rw-r--r--docs/plugins/inspect/plugin-sdl.xml2
-rw-r--r--docs/plugins/inspect/plugin-videomeasure.xml4
-rw-r--r--docs/plugins/inspect/plugin-videosignal.xml2
6 files changed, 88 insertions, 33 deletions
diff --git a/docs/plugins/inspect/plugin-cog.xml b/docs/plugins/inspect/plugin-cog.xml
index a283d521f..627167002 100644
--- a/docs/plugins/inspect/plugin-cog.xml
+++ b/docs/plugins/inspect/plugin-cog.xml
@@ -10,9 +10,30 @@
<origin>Unknown package origin</origin>
<elements>
<element>
+ <name>cogcolorconvert</name>
+ <longname>Convert colorspace</longname>
+ <class>Filter/Effect/Video</class>
+ <description>Convert between SDTV and HDTV colorspace</description>
+ <author>David Schleef &lt;ds@schleef.org&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>video/x-raw-yuv, format=(fourcc){ I420, YUY2, UYVY, AYUV }, 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-yuv, format=(fourcc){ I420, YUY2, UYVY, AYUV }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
+ </caps>
+ </pads>
+ </element>
+ <element>
<name>cogcolorspace</name>
<longname>YCbCr/RGB format conversion</longname>
- <class>Filter/Effect/Video</class>
+ <class>Filter/Converter/Video</class>
<description>YCbCr/RGB format conversion</description>
<author>David Schleef &lt;ds@schleef.org&gt;</author>
<pads>
@@ -32,9 +53,9 @@
</element>
<element>
<name>cogdownsample</name>
- <longname>Downsample video</longname>
+ <longname>Scale down video by factor of 2</longname>
<class>Filter/Effect/Video</class>
- <description>Decreases size of video by a factor of 2</description>
+ <description>Scales down video by a factor of 2</description>
<author>David Schleef &lt;ds@schleef.org&gt;</author>
<pads>
<caps>
@@ -53,9 +74,9 @@
</element>
<element>
<name>coglogoinsert</name>
- <longname>Video Filter Template</longname>
+ <longname>Overlay image onto video</longname>
<class>Filter/Effect/Video</class>
- <description>Template for a video filter</description>
+ <description>Overlay image onto video</description>
<author>David Schleef &lt;ds@schleef.org&gt;</author>
<pads>
<caps>
@@ -74,10 +95,10 @@
</element>
<element>
<name>cogmse</name>
- <longname>FIXME</longname>
+ <longname>Calculate MSE</longname>
<class>Filter/Effect</class>
- <description>FIXME example filter</description>
- <author>FIXME &lt;fixme@fixme.com&gt;</author>
+ <description>Calculates mean squared error between two video streams</description>
+ <author>David Schleef &lt;ds@schleef.org&gt;</author>
<pads>
<caps>
<name>sink_ref</name>
@@ -120,26 +141,5 @@
</caps>
</pads>
</element>
- <element>
- <name>colorconvert</name>
- <longname>Video Filter Template</longname>
- <class>Filter/Effect/Video</class>
- <description>Template for a video filter</description>
- <author>David Schleef &lt;ds@schleef.org&gt;</author>
- <pads>
- <caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>video/x-raw-yuv, format=(fourcc){ I420, YUY2, UYVY, AYUV }, 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-yuv, format=(fourcc){ I420, YUY2, UYVY, AYUV }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
- </caps>
- </pads>
- </element>
</elements>
</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-debugutilsbad.xml b/docs/plugins/inspect/plugin-debugutilsbad.xml
index ffab436c5..70f7ffded 100644
--- a/docs/plugins/inspect/plugin-debugutilsbad.xml
+++ b/docs/plugins/inspect/plugin-debugutilsbad.xml
@@ -10,6 +10,27 @@
<origin>Unknown package origin</origin>
<elements>
<element>
+ <name>checksumsink</name>
+ <longname>Checksum sink</longname>
+ <class>Debug/Sink</class>
+ <description>Calculates a checksum for buffers</description>
+ <author>David Schleef &lt;ds@schleef.org&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>ANY</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>ANY</details>
+ </caps>
+ </pads>
+ </element>
+ <element>
<name>fpsdisplaysink</name>
<longname>Measure and show framerate on videosink</longname>
<class>Sink/Video</class>
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
diff --git a/docs/plugins/inspect/plugin-sdl.xml b/docs/plugins/inspect/plugin-sdl.xml
index 4b7c718d2..ce8912d7a 100644
--- a/docs/plugins/inspect/plugin-sdl.xml
+++ b/docs/plugins/inspect/plugin-sdl.xml
@@ -35,7 +35,7 @@
<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, 100/1 ]; video/x-raw-yuv, format=(fourcc)YV12, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YUY2, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 100/1 ]</details>
+ <details>video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YV12, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YUY2, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YVYU, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 100/1 ]</details>
</caps>
</pads>
</element>
diff --git a/docs/plugins/inspect/plugin-videomeasure.xml b/docs/plugins/inspect/plugin-videomeasure.xml
index e1339749e..5efca8aa7 100644
--- a/docs/plugins/inspect/plugin-videomeasure.xml
+++ b/docs/plugins/inspect/plugin-videomeasure.xml
@@ -41,13 +41,13 @@
<name>modified%d</name>
<direction>sink</direction>
<presence>request</presence>
- <details>video/x-raw-yuv, format=(fourcc){ YV12, Y41B, Y42B }</details>
+ <details>video/x-raw-yuv, format=(fourcc){ I420, YV12, Y41B, Y42B }</details>
</caps>
<caps>
<name>original</name>
<direction>sink</direction>
<presence>request</presence>
- <details>video/x-raw-yuv, format=(fourcc){ YV12, Y41B, Y42B }</details>
+ <details>video/x-raw-yuv, format=(fourcc){ I420, YV12, Y41B, Y42B }</details>
</caps>
<caps>
<name>src%d</name>
diff --git a/docs/plugins/inspect/plugin-videosignal.xml b/docs/plugins/inspect/plugin-videosignal.xml
index 69fdd5e8b..2300debb3 100644
--- a/docs/plugins/inspect/plugin-videosignal.xml
+++ b/docs/plugins/inspect/plugin-videosignal.xml
@@ -12,7 +12,7 @@
<element>
<name>videoanalyse</name>
<longname>Video analyser</longname>
- <class>Filter/Effect/Video</class>
+ <class>Filter/Analyzer/Video</class>
<description>Analyse video signal</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
<pads>