diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-08 03:27:14 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-08 03:27:14 +0000 |
commit | 819b139e4e36f8ce3d70acdbcaaec770365de669 (patch) | |
tree | 60fc4ce018037df7a947fb73e9887e3594fda2cd /docs | |
parent | 4de96f3a8e58fa385f72bbf7c88941e4e4942692 (diff) | |
download | gst-plugins-bad-819b139e4e36f8ce3d70acdbcaaec770365de669.tar.gz gst-plugins-bad-819b139e4e36f8ce3d70acdbcaaec770365de669.tar.bz2 gst-plugins-bad-819b139e4e36f8ce3d70acdbcaaec770365de669.zip |
Remove spectrum plugin, which has moved 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.args:
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
* docs/plugins/inspect/plugin-spectrum.xml:
* gst/spectrum/.cvsignore:
* gst/spectrum/Makefile.am:
* gst/spectrum/README:
* gst/spectrum/demo-audiotest.c:
* gst/spectrum/demo-osssrc.c:
* gst/spectrum/gstspectrum.c:
* gst/spectrum/gstspectrum.h:
* gst/spectrum/spectrum.vcproj:
* tests/check/Makefile.am:
* tests/check/elements/spectrum.c:
Remove spectrum plugin, which has moved to -good
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 | 16 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.args | 60 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.hierarchy | 1 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-spectrum.xml | 34 |
6 files changed, 0 insertions, 114 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index d899af20..9dc5cb61 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -132,7 +132,6 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/sdp/gstsdpdemux.h \ $(top_srcdir)/gst/selector/gstinputselector.h \ $(top_srcdir)/gst/selector/gstoutputselector.h \ - $(top_srcdir)/gst/spectrum/gstspectrum.h \ $(top_srcdir)/gst/speed/gstspeed.h \ $(top_srcdir)/gst/speexresample/gstspeexresample.h \ $(top_srcdir)/gst/videosignal/gstvideoanalyse.h \ diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index 087f02b4..5dcfc540 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -49,7 +49,6 @@ <xi:include href="xml/element-sdlvideosink.xml" /> <xi:include href="xml/element-sdpdemux.xml" /> <xi:include href="xml/element-souphttpsrc.xml" /> - <xi:include href="xml/element-spectrum.xml" /> <xi:include href="xml/element-speed.xml" /> <xi:include href="xml/element-speexresample.xml" /> <!--xi:include href="xml/element-theoradecexp.xml" /--> @@ -119,7 +118,6 @@ <xi:include href="xml/plugin-soundtouch.xml" /> <xi:include href="xml/plugin-soup.xml" /> <xi:include href="xml/plugin-spcdec.xml" /> - <xi:include href="xml/plugin-spectrum.xml" /> <xi:include href="xml/plugin-speed.xml" /> <xi:include href="xml/plugin-speexresample.xml" /> <xi:include href="xml/plugin-stereo.xml" /> diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index c0910d0c..fd48bba1 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -592,22 +592,6 @@ GST_SDP_STREAM_UNLOCK </SECTION> <SECTION> -<FILE>element-spectrum</FILE> -<TITLE>spectrum</TITLE> -GstSpectrum -<SUBSECTION Standard> -GstSpectrumClass -GstSpectrumFFTFreeFunc -GstSpectrumProcessFunc -GST_SPECTRUM -GST_SPECTRUM_CLASS -GST_IS_SPECTRUM -GST_IS_SPECTRUM_CLASS -GST_TYPE_SPECTRUM -gst_spectrum_get_type -</SECTION> - -<SECTION> <FILE>element-speed</FILE> <TITLE>speed</TITLE> GstSpeed diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index dd3505a0..855d9ed6 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -1339,66 +1339,6 @@ </ARG> <ARG> -<NAME>GstSpectrum::bands</NAME> -<TYPE>guint</TYPE> -<RANGE></RANGE> -<FLAGS>rw</FLAGS> -<NICK>Bands</NICK> -<BLURB>number of frequency bands.</BLURB> -<DEFAULT>128</DEFAULT> -</ARG> - -<ARG> -<NAME>GstSpectrum::interval</NAME> -<TYPE>guint64</TYPE> -<RANGE>>= 1</RANGE> -<FLAGS>rw</FLAGS> -<NICK>Interval</NICK> -<BLURB>Interval of time between message posts (in nanoseconds).</BLURB> -<DEFAULT>100000000</DEFAULT> -</ARG> - -<ARG> -<NAME>GstSpectrum::message</NAME> -<TYPE>gboolean</TYPE> -<RANGE></RANGE> -<FLAGS>rw</FLAGS> -<NICK>Message</NICK> -<BLURB>Post a level message for each passed interval.</BLURB> -<DEFAULT>TRUE</DEFAULT> -</ARG> - -<ARG> -<NAME>GstSpectrum::threshold</NAME> -<TYPE>gint</TYPE> -<RANGE><= 0</RANGE> -<FLAGS>rw</FLAGS> -<NICK>Threshold</NICK> -<BLURB>dB threshold for result. All lower values will be set to this.</BLURB> -<DEFAULT>-60</DEFAULT> -</ARG> - -<ARG> -<NAME>GstSpectrum::message-magnitude</NAME> -<TYPE>gboolean</TYPE> -<RANGE></RANGE> -<FLAGS>rw</FLAGS> -<NICK>Magnitude</NICK> -<BLURB>Post the magnitude of the spectrum.</BLURB> -<DEFAULT>TRUE</DEFAULT> -</ARG> - -<ARG> -<NAME>GstSpectrum::message-phase</NAME> -<TYPE>gboolean</TYPE> -<RANGE></RANGE> -<FLAGS>rw</FLAGS> -<NICK>Phase</NICK> -<BLURB>Post the phase of the spectrum.</BLURB> -<DEFAULT>FALSE</DEFAULT> -</ARG> - -<ARG> <NAME>GstModPlug::megabass</NAME> <TYPE>gboolean</TYPE> <RANGE></RANGE> diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index 452723e0..4097768c 100644 --- a/docs/plugins/gst-plugins-bad-plugins.hierarchy +++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy @@ -52,7 +52,6 @@ GObject GstBaseTransform GstAudioFilter GstBPMDetect - GstSpectrum GstStereo GstGLUpload GstGLDownload diff --git a/docs/plugins/inspect/plugin-spectrum.xml b/docs/plugins/inspect/plugin-spectrum.xml deleted file mode 100644 index 623fc53c..00000000 --- a/docs/plugins/inspect/plugin-spectrum.xml +++ /dev/null @@ -1,34 +0,0 @@ -<plugin> - <name>spectrum</name> - <description>Run an FFT on the audio signal, output spectrum data</description> - <filename>../../gst/spectrum/.libs/libgstspectrum.so</filename> - <basename>libgstspectrum.so</basename> - <version>0.10.5.1</version> - <license>LGPL</license> - <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> - <elements> - <element> - <name>spectrum</name> - <longname>Spectrum analyzer</longname> - <class>Filter/Analyzer/Audio</class> - <description>Run an FFT on the audio signal, output spectrum data</description> - <author>Erik Walthinsen <omega@cse.ogi.edu>, Stefan Kost <ensonic@users.sf.net>, Sebastian Dröge <slomo@circular-chaos.org></author> - <pads> - <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>audio/x-raw-int, width=(int)16, depth=(int)16, signed=(boolean)true, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]; audio/x-raw-int, width=(int)32, depth=(int)32, signed=(boolean)true, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]; audio/x-raw-float, width=(int){ 32, 64 }, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</details> - </caps> - <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>audio/x-raw-int, width=(int)16, depth=(int)16, signed=(boolean)true, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]; audio/x-raw-int, width=(int)32, depth=(int)32, signed=(boolean)true, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]; audio/x-raw-float, width=(int){ 32, 64 }, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</details> - </caps> - </pads> - </element> - </elements> -</plugin>
\ No newline at end of file |