From 37598add1585a67f9a31cfaf8c6bf228e510cf8f Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 16 Jun 2015 14:36:44 -0400 Subject: [PATCH] gi: Skip fft constructor for now These types have never been boxed, hence cannot be used safely in interpreted languages. This fixes warnings. --- gst-libs/gst/fft/gstfftf32.c | 2 +- gst-libs/gst/fft/gstfftf64.c | 2 +- gst-libs/gst/fft/gstffts16.c | 2 +- gst-libs/gst/fft/gstffts32.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 *