audioresample: Fix some gobject introspection warnings
authorArun Raghavan <arun@osg.samsung.com>
Wed, 28 Sep 2016 13:38:52 +0000 (19:08 +0530)
committerArun Raghavan <arun@arunraghavan.net>
Wed, 28 Sep 2016 13:39:26 +0000 (19:09 +0530)
gst-libs/gst/audio/audio-resampler.c

index 4e6ef43..6c14721 100644 (file)
@@ -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,