pbutils: fix some GIR annotations

Mostly related to out and array parameters
This commit is contained in:
Mark Nauwelaerts 2018-04-20 21:53:17 +02:00
parent c93eda31d9
commit 1beff3bde5

View file

@ -1164,7 +1164,7 @@ gst_codec_utils_mpeg4video_caps_set_level_and_profile (GstCaps * caps,
* @channel_mapping_family: (out): the channel mapping family * @channel_mapping_family: (out): the channel mapping family
* @stream_count: (out): the number of independent streams * @stream_count: (out): the number of independent streams
* @coupled_count: (out): the number of stereo streams * @coupled_count: (out): the number of stereo streams
* @channel_mapping: (out) (array): the mapping between the streams * @channel_mapping: (out) (array fixed-size=256): the mapping between the streams
* *
* Parses Opus caps and fills the different fields with defaults if possible. * Parses Opus caps and fills the different fields with defaults if possible.
* *
@ -1585,7 +1585,7 @@ gst_codec_utils_opus_create_header (guint32 rate,
* @channel_mapping_family: (out): the channel mapping family * @channel_mapping_family: (out): the channel mapping family
* @stream_count: (out): the number of independent streams * @stream_count: (out): the number of independent streams
* @coupled_count: (out): the number of stereo streams * @coupled_count: (out): the number of stereo streams
* @channel_mapping: (out) (array): the mapping between the streams * @channel_mapping: (out) (array fixed-size=256): the mapping between the streams
* @pre_skip: (out): Pre-skip in 48kHz samples or 0 * @pre_skip: (out): Pre-skip in 48kHz samples or 0
* @output_gain: (out): Output gain or 0 * @output_gain: (out): Output gain or 0
* *