mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
audio: annotate @buf in finish_frame methods
This commit is contained in:
parent
e4e3fc5666
commit
545d0b144f
2 changed files with 3 additions and 3 deletions
|
@ -1234,7 +1234,7 @@ foreach_metadata (GstBuffer * inbuf, GstMeta ** meta, gpointer user_data)
|
|||
/**
|
||||
* 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.
|
||||
|
@ -1268,7 +1268,7 @@ gst_audio_decoder_finish_subframe (GstAudioDecoder * dec, GstBuffer * buf)
|
|||
/**
|
||||
* 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.
|
||||
|
|
|
@ -717,7 +717,7 @@ foreach_metadata (GstBuffer * inbuf, GstMeta ** meta, gpointer user_data)
|
|||
/**
|
||||
* 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.
|
||||
|
|
Loading…
Reference in a new issue