diff options
Diffstat (limited to 'docs/plugins/inspect/plugin-wavpack.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-wavpack.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-wavpack.xml b/docs/plugins/inspect/plugin-wavpack.xml new file mode 100644 index 00000000..7a0ab343 --- /dev/null +++ b/docs/plugins/inspect/plugin-wavpack.xml @@ -0,0 +1,27 @@ +<plugin> + <name>wavpack</name> + <description>Wavpack lossless/lossy audio format handling</description> + <filename>../../ext/wavpack/.libs/libgstwavpack.so</filename> + <basename>libgstwavpack.so</basename> + <version>0.10.2.1</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>gst-wavpack</package> + <origin>http://www.wavpack.com</origin> + <elements> + <element> + <name>wavpackdec</name> + <longname>WavePack audio decoder</longname> + <class>Codec/Decoder/Audio</class> + <description>Decode Wavpack audio data</description> + <author>Arwed v. Merkatz <v.merkatz@gmx.net></author> + </element> + <element> + <name>wavpackparse</name> + <longname>WavePack parser</longname> + <class>Codec/Demuxer/Audio</class> + <description>Parses Wavpack files</description> + <author>Arwed v. Merkatz <v.merkatz@gmx.net></author> + </element> + </elements> +</plugin>
\ No newline at end of file |