diff --git a/gst-libs/gst/fft/gstfftf32.c b/gst-libs/gst/fft/gstfftf32.c index c803d30fcc..eff4413f58 100644 --- a/gst-libs/gst/fft/gstfftf32.c +++ b/gst-libs/gst/fft/gstfftf32.c @@ -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 * diff --git a/gst-libs/gst/fft/gstfftf64.c b/gst-libs/gst/fft/gstfftf64.c index 33be8fd883..7ccbcb0f8b 100644 --- a/gst-libs/gst/fft/gstfftf64.c +++ b/gst-libs/gst/fft/gstfftf64.c @@ -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 * diff --git a/gst-libs/gst/fft/gstffts16.c b/gst-libs/gst/fft/gstffts16.c index 9d077493f2..01882433c2 100644 --- a/gst-libs/gst/fft/gstffts16.c +++ b/gst-libs/gst/fft/gstffts16.c @@ -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 * diff --git a/gst-libs/gst/fft/gstffts32.c b/gst-libs/gst/fft/gstffts32.c index 597955fd57..ae7d5e577b 100644 --- a/gst-libs/gst/fft/gstffts32.c +++ b/gst-libs/gst/fft/gstffts32.c @@ -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 *