mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
audio/audio-buffer: @buffer in audio_buffer_map is out caller-allocates
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1005>
This commit is contained in:
parent
c70d263e48
commit
fa8b5b9a6d
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ gst_audio_buffer_unmap (GstAudioBuffer * buffer)
|
|||
|
||||
/**
|
||||
* gst_audio_buffer_map:
|
||||
* @buffer: pointer to a #GstAudioBuffer
|
||||
* @buffer: (out caller-allocates): pointer to a #GstAudioBuffer
|
||||
* @info: the audio properties of the buffer
|
||||
* @gstbuffer: (transfer none): the #GstBuffer to be mapped
|
||||
* @flags: the access mode for the memory
|
||||
|
|
Loading…
Reference in a new issue