summaryrefslogtreecommitdiffstats
path: root/docs/plugins
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-07-19 23:45:02 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-07-19 23:45:19 +0100
commit2f7ec508993fd8f8a5f3b343b5873ef09069154a (patch)
tree2c626c2ff641e6d6bf6d4807fb7e3bc7b0d3c44b /docs/plugins
parent4728d7f18eff48760ff2e753142b7313eaf552d1 (diff)
downloadgst-plugins-bad-2f7ec508993fd8f8a5f3b343b5873ef09069154a.tar.gz
gst-plugins-bad-2f7ec508993fd8f8a5f3b343b5873ef09069154a.tar.bz2
gst-plugins-bad-2f7ec508993fd8f8a5f3b343b5873ef09069154a.zip
docs: add inspect info for kate plugin
Should fix the docs build.
Diffstat (limited to 'docs/plugins')
-rw-r--r--docs/plugins/inspect/plugin-kate.xml124
1 files changed, 124 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-kate.xml b/docs/plugins/inspect/plugin-kate.xml
new file mode 100644
index 00000000..ee3dccbc
--- /dev/null
+++ b/docs/plugins/inspect/plugin-kate.xml
@@ -0,0 +1,124 @@
+<plugin>
+ <name>kate</name>
+ <description>Kate plugin</description>
+ <filename>../../ext/kate/.libs/libgstkate.so</filename>
+ <basename>libgstkate.so</basename>
+ <version>0.10.13.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins git/prerelease</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>katedec</name>
+ <longname>Kate stream text decoder</longname>
+ <class>Codec/Decoder/Subtitle</class>
+ <description>Decodes Kate text streams</description>
+ <author>Vincent Penquerc'h &lt;ogg.k.ogg.k@googlemail.com&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>subtitle/x-kate</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>text/plain; text/x-pango-markup</details>
+ </caps>
+ </pads>
+ </element>
+ <element>
+ <name>kateenc</name>
+ <longname>Kate stream encoder</longname>
+ <class>Codec/Encoder/Subtitle</class>
+ <description>Encodes Kate streams from text or subpictures</description>
+ <author>Vincent Penquerc'h &lt;ogg.k.ogg.k@googlemail.com&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>text/plain; text/x-pango-markup; video/x-dvd-subpicture</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>subtitle/x-kate; application/x-kate</details>
+ </caps>
+ </pads>
+ </element>
+ <element>
+ <name>kateparse</name>
+ <longname>Kate stream parser</longname>
+ <class>Codec/Parser/Subtitle</class>
+ <description>parse raw kate streams</description>
+ <author>Vincent Penquerc'h &lt;ogg.k.ogg.k at googlemail dot com&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>subtitle/x-kate; application/x-kate</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>subtitle/x-kate; application/x-kate</details>
+ </caps>
+ </pads>
+ </element>
+ <element>
+ <name>katetag</name>
+ <longname>Kate stream tagger</longname>
+ <class>Formatter/Metadata</class>
+ <description>Retags kate streams</description>
+ <author>Vincent Penquerc'h &lt;ogg.k.ogg.k@googlemail.com&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>subtitle/x-kate; application/x-kate</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>subtitle/x-kate; application/x-kate</details>
+ </caps>
+ </pads>
+ </element>
+ <element>
+ <name>tiger</name>
+ <longname>Kate stream renderer</longname>
+ <class>Codec/Decoder/Video/Overlay</class>
+ <description>Decodes and renders Kate streams on top of a video</description>
+ <author>Vincent Penquerc'h &lt;ogg.k.ogg.k@googlemail.com&gt;</author>
+ <pads>
+ <caps>
+ <name>video_sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>video/x-raw-rgb, bpp=(int)32, depth=(int)24</details>
+ </caps>
+ <caps>
+ <name>kate_sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>subtitle/x-kate; application/x-kate</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>video/x-raw-rgb, bpp=(int)32, depth=(int)24</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file