Skip to content
  • Sebastian Dröge's avatar
    Remove the magnitude and phase calculation functions as these have very... · edb4a505
    Sebastian Dröge authored
    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.
    edb4a505