summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect/plugin-switch.xml
diff options
context:
space:
mode:
authorWouter Cloetens <wouter@mind.be>2008-01-30 15:40:44 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-30 15:40:44 +0000
commit568edc33d0764f7186cbed8d9989810bbfb97dce (patch)
tree5501fe6b371910274565e671a02710a69bed44bc /docs/plugins/inspect/plugin-switch.xml
parent246b1ee7cf5ae54e0ef2d3952e45202550c72217 (diff)
downloadgst-plugins-bad-568edc33d0764f7186cbed8d9989810bbfb97dce.tar.gz
gst-plugins-bad-568edc33d0764f7186cbed8d9989810bbfb97dce.tar.bz2
gst-plugins-bad-568edc33d0764f7186cbed8d9989810bbfb97dce.zip
ext/soup/gstsouphttpsrc.c: Update documentation a bit.
Original commit message from CVS: Patch by: Wouter Cloetens <wouter at mind dot be> * ext/soup/gstsouphttpsrc.c: Update documentation a bit. * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/gst-plugins-bad-plugins.interfaces: * docs/plugins/gst-plugins-bad-plugins.prerequisites: * docs/plugins/inspect/plugin-alsaspdif.xml: * docs/plugins/inspect/plugin-dvb.xml: * docs/plugins/inspect/plugin-filter.xml: * docs/plugins/inspect/plugin-glimagesink.xml: * docs/plugins/inspect/plugin-mpegvideoparse.xml: * docs/plugins/inspect/plugin-quicktime.xml: * docs/plugins/inspect/plugin-rawparse.xml: * docs/plugins/inspect/plugin-replaygain.xml: * docs/plugins/inspect/plugin-sdl.xml: * docs/plugins/inspect/plugin-soundtouch.xml: * docs/plugins/inspect/plugin-soup.xml: * docs/plugins/inspect/plugin-spcdec.xml: * docs/plugins/inspect/plugin-spectrum.xml: * docs/plugins/inspect/plugin-speed.xml: * docs/plugins/inspect/plugin-speexresample.xml: * docs/plugins/inspect/plugin-switch.xml: * docs/plugins/inspect/plugin-videocrop.xml: Regenerate everything for the documentation changes we had.
Diffstat (limited to 'docs/plugins/inspect/plugin-switch.xml')
-rw-r--r--docs/plugins/inspect/plugin-switch.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-switch.xml b/docs/plugins/inspect/plugin-switch.xml
new file mode 100644
index 00000000..7bf655e3
--- /dev/null
+++ b/docs/plugins/inspect/plugin-switch.xml
@@ -0,0 +1,37 @@
+<plugin>
+ <name>switch</name>
+ <description>N-to-1 input switching</description>
+ <filename>../../gst/switch/.libs/libgstswitch.so</filename>
+ <basename>libgstswitch.so</basename>
+ <version>0.10.5.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins CVS/prerelease</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>switch</name>
+ <longname>StreamSelector</longname>
+ <class>Generic</class>
+ <description>N-to-1 input stream_selectoring</description>
+ <author>Julien Moutte &lt;julien@moutte.net&gt;
+ Ronald S. Bultje &lt;rbultje@ronald.bitfreak.net&gt;
+ Jan Schmidt &lt;thaytan@mad.scientist.com&gt;
+ Wim Taymans &lt;wim.taymans@gmail.com&gt;</author>
+ <pads>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>ANY</details>
+ </caps>
+ <caps>
+ <name>sink%d</name>
+ <direction>sink</direction>
+ <presence>request</presence>
+ <details>ANY</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file