Remove the magnitude and phase calculation functions as these have very special use...
authorSebastian Dröge <slomo@circular-chaos.org>
Tue, 6 Nov 2007 11:58:59 +0000 (11:58 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 6 Nov 2007 11:58:59 +0000 (11:58 +0000)
commitedb4a505d734ec90708574556e25dad470149600
treed4c50ed520fa1fed82ddc25569a2a03d36ac4a4b
parent750a72484117e0ce7ca6cada87b34caf042ba3f8
Remove the magnitude and phase calculation functions as these have very special use cases and can't even be used for ...

Original commit message from CVS:
* docs/libs/gst-plugins-base-libs-sections.txt:
* gst-libs/gst/fft/gstfftf32.c:
* gst-libs/gst/fft/gstfftf32.h:
* gst-libs/gst/fft/gstfftf64.c:
* gst-libs/gst/fft/gstfftf64.h:
* gst-libs/gst/fft/gstffts16.c:
* gst-libs/gst/fft/gstffts16.h:
* gst-libs/gst/fft/gstffts32.c:
* gst-libs/gst/fft/gstffts32.h:
* tests/check/libs/fft.c: (GST_START_TEST):
Remove the magnitude and phase calculation functions as these have
very special use cases and can't even be used for the spectrum
element. Also adjust the docs to mention some properties of the used
FFT implemention, i.e. how the values are scaled. Fixes #492098.
ChangeLog
docs/libs/gst-plugins-base-libs-sections.txt
gst-libs/gst/fft/gstfftf32.c
gst-libs/gst/fft/gstfftf32.h
gst-libs/gst/fft/gstfftf64.c
gst-libs/gst/fft/gstfftf64.h
gst-libs/gst/fft/gstffts16.c
gst-libs/gst/fft/gstffts16.h
gst-libs/gst/fft/gstffts32.c
gst-libs/gst/fft/gstffts32.h
tests/check/libs/fft.c