diff options
Diffstat (limited to 'docs/plugins/inspect/plugin-id3demux.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-id3demux.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-id3demux.xml b/docs/plugins/inspect/plugin-id3demux.xml new file mode 100644 index 0000000..78d85c6 --- /dev/null +++ b/docs/plugins/inspect/plugin-id3demux.xml @@ -0,0 +1,34 @@ +<plugin> + <name>id3demux</name> + <description>Demux ID3v1 and ID3v2 tags from a file</description> + <filename>../../gst/id3demux/.libs/libgstid3demux.so</filename> + <basename>libgstid3demux.so</basename> + <version>0.10.31</version> + <license>LGPL</license> + <source>gst-plugins-good</source> + <package>GStreamer Good Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>id3demux</name> + <longname>ID3 tag demuxer</longname> + <class>Codec/Demuxer/Metadata</class> + <description>Read and output ID3v1 and ID3v2 tags while demuxing the contents</description> + <author>Jan Schmidt <thaytan@mad.scientist.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>application/x-id3</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>sometimes</presence> + <details>ANY</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file |