mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
gi: Skip fft constructor for now
These types have never been boxed, hence cannot be used safely in interpreted languages. This fixes warnings.
This commit is contained in:
parent
e8aba7db8b
commit
37598add15
4 changed files with 4 additions and 4 deletions
|
@ -69,7 +69,7 @@ struct _GstFFTF32
|
|||
};
|
||||
|
||||
/**
|
||||
* gst_fft_f32_new:
|
||||
* gst_fft_f32_new: (skip)
|
||||
* @len: Length of the FFT in the time domain
|
||||
* @inverse: %TRUE if the #GstFFTF32 instance should be used for the inverse FFT
|
||||
*
|
||||
|
|
|
@ -69,7 +69,7 @@ struct _GstFFTF64
|
|||
};
|
||||
|
||||
/**
|
||||
* gst_fft_f64_new:
|
||||
* gst_fft_f64_new: (skip)
|
||||
* @len: Length of the FFT in the time domain
|
||||
* @inverse: %TRUE if the #GstFFTF64 instance should be used for the inverse FFT
|
||||
*
|
||||
|
|
|
@ -69,7 +69,7 @@ struct _GstFFTS16
|
|||
};
|
||||
|
||||
/**
|
||||
* gst_fft_s16_new:
|
||||
* gst_fft_s16_new: (skip)
|
||||
* @len: Length of the FFT in the time domain
|
||||
* @inverse: %TRUE if the #GstFFTS16 instance should be used for the inverse FFT
|
||||
*
|
||||
|
|
|
@ -68,7 +68,7 @@ struct _GstFFTS32
|
|||
};
|
||||
|
||||
/**
|
||||
* gst_fft_s32_new:
|
||||
* gst_fft_s32_new: (skip)
|
||||
* @len: Length of the FFT in the time domain
|
||||
* @inverse: %TRUE if the #GstFFTS32 instance should be used for the inverse FFT
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue