/**
* gst_audio_decoder_finish_subframe:
* @dec: a #GstAudioDecoder
- * @buf: decoded data
+ * @buf: (transfer full) (allow-none): decoded data
*
* Collects decoded data and pushes it downstream. This function may be called
* multiple times for a given input frame.
/**
* gst_audio_decoder_finish_frame:
* @dec: a #GstAudioDecoder
- * @buf: decoded data
+ * @buf: (transfer full) (allow-none): decoded data
* @frames: number of decoded frames represented by decoded data
*
* Collects decoded data and pushes it downstream.
/**
* gst_audio_encoder_finish_frame:
* @enc: a #GstAudioEncoder
- * @buffer: encoded data
+ * @buffer: (transfer full) (allow-none): encoded data
* @samples: number of samples (per channel) represented by encoded data
*
* Collects encoded data and pushes encoded data downstream.