diff options
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/inspect/plugin-icydemux.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-icydemux.xml b/docs/plugins/inspect/plugin-icydemux.xml new file mode 100644 index 00000000..91bdf861 --- /dev/null +++ b/docs/plugins/inspect/plugin-icydemux.xml @@ -0,0 +1,21 @@ +<plugin> + <name>icydemux</name> + <description>Demux ICY tags from a stream</description> + <filename>../../gst/icydemux/.libs/libgsticydemux.so</filename> + <basename>libgsticydemux.so</basename> + <version>0.10.2.1</version> + <license>LGPL</license> + <source>gst-plugins-good</source> + <package>GStreamer Good Plug-ins CVS/prerelease</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>icydemux</name> + <longname>ICY tag demuxer</longname> + <class>Codec/Demuxer/Metadata</class> + <description>Read and output ICY tags while demuxing the contents</description> + <author>Jan Schmidt <thaytan@mad.scientist.com> + Michael Smith <msmith@fluendo.com></author> + </element> + </elements> +</plugin>
\ No newline at end of file |