diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-07-13 15:22:20 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-07-13 15:22:20 +0000 |
commit | c7c309d5a4b70a7ead8f85da7cff91e8ec956132 (patch) | |
tree | 785c2fdb077f768190bab8d5483b782750bb33e8 /docs/plugins/inspect/plugin-wavpack.xml | |
parent | aae22fa1c92df5ee70fa478f831c64287344879c (diff) | |
download | gst-plugins-bad-c7c309d5a4b70a7ead8f85da7cff91e8ec956132.tar.gz gst-plugins-bad-c7c309d5a4b70a7ead8f85da7cff91e8ec956132.tar.bz2 gst-plugins-bad-c7c309d5a4b70a7ead8f85da7cff91e8ec956132.zip |
remove sdlvideosink plugin and update the rest
Original commit message from CVS:
remove sdlvideosink plugin and update the rest
Diffstat (limited to 'docs/plugins/inspect/plugin-wavpack.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-wavpack.xml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/plugins/inspect/plugin-wavpack.xml b/docs/plugins/inspect/plugin-wavpack.xml index c1b6196a..60c1d4b9 100644 --- a/docs/plugins/inspect/plugin-wavpack.xml +++ b/docs/plugins/inspect/plugin-wavpack.xml @@ -3,11 +3,11 @@ <description>Wavpack lossless/lossy audio format handling</description> <filename>../../ext/wavpack/.libs/libgstwavpack.so</filename> <basename>libgstwavpack.so</basename> - <version>0.10.3</version> + <version>0.10.3.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>gst-wavpack</package> - <origin>http://www.wavpack.com</origin> + <package>GStreamer Bad Plug-ins CVS/prerelease</package> + <origin>Unknown package origin</origin> <elements> <element> <name>wavpackdec</name> @@ -17,6 +17,13 @@ <author>Arwed v. Merkatz <v.merkatz@gmx.net></author> </element> <element> + <name>wavpackenc</name> + <longname>Wavpack audio encoder</longname> + <class>Codec/Encoder/Audio</class> + <description>Encodes audio with the Wavpack lossless/lossy audio codec</description> + <author>Sebastian Dröge <slomo@circular-chaos.org></author> + </element> + <element> <name>wavpackparse</name> <longname>WavePack parser</longname> <class>Codec/Demuxer/Audio</class> |