audioresample: Fix some gobject introspection warnings

This commit is contained in:
Arun Raghavan 2016-09-28 19:08:52 +05:30 committed by Arun Raghavan
parent 262b9bfd07
commit f4cba79063

View file

@ -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,