diff options
Diffstat (limited to 'docs/plugins/inspect/plugin-shout2send.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-shout2send.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-shout2send.xml b/docs/plugins/inspect/plugin-shout2send.xml new file mode 100644 index 00000000..ed82b82c --- /dev/null +++ b/docs/plugins/inspect/plugin-shout2send.xml @@ -0,0 +1,21 @@ +<plugin> + <name>shout2send</name> + <description>Sends data to an icecast server using libshout2</description> + <filename>../../ext/shout2/.libs/libgstshout2.so</filename> + <basename>libgstshout2.so</basename> + <version>0.9.0.1</version> + <license>LGPL</license> + <package>libshout2</package> + <origin>http://www.icecast.org/download.html</origin> + <elements> + <element> + <name>shout2send</name> + <longname>An Icecast plugin</longname> + <class>Sink/Network</class> + <description>Sends data to an icecast server</description> + <author>Wim Taymans <wim.taymans@chello.be> + Pedro Corte-Real <typo@netcabo.pt> + Zaheer Abbas Merali <zaheerabbas at merali dot org></author> + </element> + </elements> +</plugin>
\ No newline at end of file |