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
@ -69,7 +69,7 @@ struct _GstFFTF32
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_fft_f32_new:
|
* gst_fft_f32_new: (skip)
|
||||||
* @len: Length of the FFT in the time domain
|
* @len: Length of the FFT in the time domain
|
||||||
* @inverse: %TRUE if the #GstFFTF32 instance should be used for the inverse FFT
|
* @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
|
* @len: Length of the FFT in the time domain
|
||||||
* @inverse: %TRUE if the #GstFFTF64 instance should be used for the inverse FFT
|
* @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
|
* @len: Length of the FFT in the time domain
|
||||||
* @inverse: %TRUE if the #GstFFTS16 instance should be used for the inverse FFT
|
* @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
|
* @len: Length of the FFT in the time domain
|
||||||
* @inverse: %TRUE if the #GstFFTS32 instance should be used for the inverse FFT
|
* @inverse: %TRUE if the #GstFFTS32 instance should be used for the inverse FFT
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user