diff options
Diffstat (limited to 'docs/plugins/inspect/plugin-switch.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-switch.xml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/docs/plugins/inspect/plugin-switch.xml b/docs/plugins/inspect/plugin-switch.xml deleted file mode 100644 index 7bf655e3..00000000 --- a/docs/plugins/inspect/plugin-switch.xml +++ /dev/null @@ -1,37 +0,0 @@ -<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 <julien@moutte.net> - Ronald S. Bultje <rbultje@ronald.bitfreak.net> - Jan Schmidt <thaytan@mad.scientist.com> - Wim Taymans <wim.taymans@gmail.com></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 |