From f4cba79063990508aceb4460009886faf9814a69 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Wed, 28 Sep 2016 19:08:52 +0530 Subject: [PATCH] audioresample: Fix some gobject introspection warnings --- gst-libs/gst/audio/audio-resampler.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst-libs/gst/audio/audio-resampler.c b/gst-libs/gst/audio/audio-resampler.c index 4e6ef43..6c14721 100644 --- a/gst-libs/gst/audio/audio-resampler.c +++ b/gst-libs/gst/audio/audio-resampler.c @@ -1450,7 +1450,6 @@ gst_audio_resampler_options_set_quality (GstAudioResamplerMethod method, /** * gst_audio_resampler_new: - * @resampler: a #GstAudioResampler * @method: a #GstAudioResamplerMethod * @flags: #GstAudioResamplerFlags * @in_rate: input rate @@ -1459,7 +1458,7 @@ gst_audio_resampler_options_set_quality (GstAudioResamplerMethod method, * * Make a new resampler. * - * Returns: %TRUE on success + * Returns: (skip) (transfer full): %TRUE on success */ GstAudioResampler * gst_audio_resampler_new (GstAudioResamplerMethod method, -- 2.7.4