mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
collectpads: fix g-i annotation for GstCollectPadsBufferFunction
We pass ownership of the buffer to the function.
This commit is contained in:
parent
bf2452d776
commit
d86ecaf53e
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ typedef GstFlowReturn (*GstCollectPadsFunction) (GstCollectPads *pads, gpointer
|
|||
* GstCollectPadsBufferFunction:
|
||||
* @pads: the #GstCollectPads that trigered the callback
|
||||
* @data: the #GstCollectData of pad that has received the buffer
|
||||
* @buffer: the #GstBuffer
|
||||
* @buffer: (transfer full): the #GstBuffer
|
||||
* @user_data: user data passed to gst_collect_pads_set_buffer_function()
|
||||
*
|
||||
* A function that will be called when a (considered oldest) buffer can be muxed.
|
||||
|
|
Loading…
Reference in a new issue