diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2007-06-08 20:20:34 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2007-06-08 20:20:34 +0000 |
commit | 6bd7199f3af8001036926261c4c2a22a725bee39 (patch) | |
tree | edca90a176655aede72d4102513d7139cf325722 /docs/plugins/gst-plugins-bad-plugins-docs.sgml | |
parent | dbf7acdf1d2218ba986021a3d6439cf848fd9162 (diff) | |
download | gst-plugins-bad-6bd7199f3af8001036926261c4c2a22a725bee39.tar.gz gst-plugins-bad-6bd7199f3af8001036926261c4c2a22a725bee39.tar.bz2 gst-plugins-bad-6bd7199f3af8001036926261c4c2a22a725bee39.zip |
Move wavpack to good.
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
* docs/plugins/inspect/plugin-wavpack.xml:
* ext/Makefile.am:
* ext/wavpack/Makefile.am:
* ext/wavpack/gstwavpack.c:
* ext/wavpack/gstwavpackcommon.c:
* ext/wavpack/gstwavpackcommon.h:
* ext/wavpack/gstwavpackdec.c:
* ext/wavpack/gstwavpackdec.h:
* ext/wavpack/gstwavpackenc.c:
* ext/wavpack/gstwavpackenc.h:
* ext/wavpack/gstwavpackparse.c:
* ext/wavpack/gstwavpackparse.h:
* ext/wavpack/gstwavpackstreamreader.c:
* ext/wavpack/gstwavpackstreamreader.h:
* ext/wavpack/md5.c:
* ext/wavpack/md5.h:
* tests/check/Makefile.am:
* tests/check/elements/wavpackdec.c:
* tests/check/elements/wavpackenc.c:
* tests/check/elements/wavpackparse.c:
Move wavpack to good.
Diffstat (limited to 'docs/plugins/gst-plugins-bad-plugins-docs.sgml')
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index 81b1b688..fb6530bf 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -32,9 +32,6 @@ <xi:include href="xml/element-videodetect.xml" /> <xi:include href="xml/element-videomark.xml" /> <xi:include href="xml/element-waveformsink.xml" /> - <xi:include href="xml/element-wavpackdec.xml" /> - <xi:include href="xml/element-wavpackenc.xml" /> - <xi:include href="xml/element-wavpackparse.xml" /> </chapter> <chapter> @@ -64,7 +61,6 @@ <xi:include href="xml/plugin-videocrop.xml" /> <xi:include href="xml/plugin-videosignal.xml" /> <xi:include href="xml/plugin-waveform.xml" /> - <xi:include href="xml/plugin-wavpack.xml" /> <xi:include href="xml/plugin-xingheader.xml" /> </chapter> |