mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
audioresample: Fix some gobject introspection warnings
This commit is contained in:
parent
262b9bfd07
commit
f4cba79063
1 changed files with 1 additions and 2 deletions
|
@ -1450,7 +1450,6 @@ gst_audio_resampler_options_set_quality (GstAudioResamplerMethod method,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_audio_resampler_new:
|
* gst_audio_resampler_new:
|
||||||
* @resampler: a #GstAudioResampler
|
|
||||||
* @method: a #GstAudioResamplerMethod
|
* @method: a #GstAudioResamplerMethod
|
||||||
* @flags: #GstAudioResamplerFlags
|
* @flags: #GstAudioResamplerFlags
|
||||||
* @in_rate: input rate
|
* @in_rate: input rate
|
||||||
|
@ -1459,7 +1458,7 @@ gst_audio_resampler_options_set_quality (GstAudioResamplerMethod method,
|
||||||
*
|
*
|
||||||
* Make a new resampler.
|
* Make a new resampler.
|
||||||
*
|
*
|
||||||
* Returns: %TRUE on success
|
* Returns: (skip) (transfer full): %TRUE on success
|
||||||
*/
|
*/
|
||||||
GstAudioResampler *
|
GstAudioResampler *
|
||||||
gst_audio_resampler_new (GstAudioResamplerMethod method,
|
gst_audio_resampler_new (GstAudioResamplerMethod method,
|
||||||
|
|
Loading…
Reference in a new issue