From 6a4a82f35500614fb876886c9d1606dac3783169 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Thu, 15 Feb 2018 19:57:44 +0100 Subject: [PATCH] gst_audio_converter_new: update annotations https://bugzilla.gnome.org/show_bug.cgi?id=793492 --- gst-libs/gst/audio/audio-converter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/audio/audio-converter.c b/gst-libs/gst/audio/audio-converter.c index e06d2e9..2cf63c1 100644 --- a/gst-libs/gst/audio/audio-converter.c +++ b/gst-libs/gst/audio/audio-converter.c @@ -1159,11 +1159,11 @@ converter_resample (GstAudioConverter * convert, ) /** - * gst_audio_converter_new: (skip) + * gst_audio_converter_new: * @flags: extra #GstAudioConverterFlags * @in_info: a source #GstAudioInfo * @out_info: a destination #GstAudioInfo - * @config: (transfer full): a #GstStructure with configuration options + * @config: (transfer full) (nullable): a #GstStructure with configuration options * * Create a new #GstAudioConverter that is able to convert between @in and @out * audio formats. -- 2.7.4