diff options
Diffstat (limited to 'docs')
-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 |