diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2007-06-12 18:53:03 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2007-06-12 18:53:03 +0000 |
commit | 87d6f6575ae7d18f47965d754e3aabe1f7e8ad93 (patch) | |
tree | d3b8b9af58d143359218809fce150f9a84bc0fd0 /docs/plugins | |
parent | 6bd7199f3af8001036926261c4c2a22a725bee39 (diff) | |
download | gst-plugins-bad-87d6f6575ae7d18f47965d754e3aabe1f7e8ad93.tar.gz gst-plugins-bad-87d6f6575ae7d18f47965d754e3aabe1f7e8ad93.tar.bz2 gst-plugins-bad-87d6f6575ae7d18f47965d754e3aabe1f7e8ad93.zip |
Remove the waveform plugin now that it is in -good.
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/inspect/plugin-waveform.xml:
* sys/waveform/gstwaveformplugin.c:
* sys/waveform/gstwaveformsink.c:
* sys/waveform/gstwaveformsink.h:
* win32/MANIFEST:
* win32/vs6/libgstwaveform.dsp:
Remove the waveform plugin now that it is in -good.
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 8 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-waveform.xml | 20 |
4 files changed, 0 insertions, 31 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 8c91e276..64517b41 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -89,7 +89,6 @@ EXAMPLE_CFILES = \ $(top_srcdir)/ext/directfb/dfb-example.c EXTRA_HFILES = \ - $(top_srcdir)/sys/waveform/gstwaveformsink.h \ $(top_srcdir)/sys/osxvideo/osxvideosink.h \ $(top_srcdir)/ext/directfb/dfbvideosink.h \ $(top_srcdir)/ext/jack/gstjackaudiosink.h \ diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index fb6530bf..ed7f145d 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -31,7 +31,6 @@ <xi:include href="xml/element-videoanalyse.xml" /> <xi:include href="xml/element-videodetect.xml" /> <xi:include href="xml/element-videomark.xml" /> - <xi:include href="xml/element-waveformsink.xml" /> </chapter> <chapter> @@ -60,7 +59,6 @@ <xi:include href="xml/plugin-tta.xml" /> <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-xingheader.xml" /> </chapter> diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index 276c467c..8baf5b72 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -226,11 +226,3 @@ gst_video_mark_get_type GST_VIDEO_MARK_CLASS GST_IS_VIDEO_MARK_CLASS </SECTION> - -<SECTION> -<FILE>element-waveformsink</FILE> -GstWaveFormSink -<TITLE>waveformsink</TITLE> -<SUBSECTION Standard> -GstWaveFormSinkClass -</SECTION> diff --git a/docs/plugins/inspect/plugin-waveform.xml b/docs/plugins/inspect/plugin-waveform.xml deleted file mode 100644 index 9b5fc112..00000000 --- a/docs/plugins/inspect/plugin-waveform.xml +++ /dev/null @@ -1,20 +0,0 @@ -<plugin> - <name>waveform</name> - <description>WaveForm API based plugin</description> - <filename>../../win32/vs6/release/libgstwaveform.dll</filename> - <basename>libgstwaveform.dll</basename> - <version>0.10.4.1</version> - <license>LGPL</license> - <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins CVS</package> - <origin>Unknown package origin</origin> - <elements> - <element> - <name>waveformsink</name> - <longname>WaveForm audio sink</longname> - <class>Sink/Audio</class> - <description>WaveForm audio sink</description> - <author>Sebastien Moutte <sebastien@moutte.net></author> - </element> - </elements> -</plugin>
\ No newline at end of file |