From: Mathieu Duponchelle Date: Thu, 15 Feb 2018 18:54:34 +0000 (+0100) Subject: audio-info: annotate gst_audio_info_set_format X-Git-Tag: 1.19.3~511^2~1860 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d50d0e8b0a1a90d5323175afb87e079a7b3a9f9;p=platform%2Fupstream%2Fgstreamer.git audio-info: annotate gst_audio_info_set_format https://bugzilla.gnome.org/show_bug.cgi?id=793492 --- diff --git a/gst-libs/gst/audio/audio-info.c b/gst-libs/gst/audio/audio-info.c index 739448c..140ca1c 100644 --- a/gst-libs/gst/audio/audio-info.c +++ b/gst-libs/gst/audio/audio-info.c @@ -121,7 +121,7 @@ gst_audio_info_init (GstAudioInfo * info) * @format: the format * @rate: the samplerate * @channels: the number of channels - * @position: the channel positions + * @position: (array fixed-size=64) (nullable): the channel positions * * Set the default info for the audio info of @format and @rate and @channels. *