collectpads: fix g-i annotation for GstCollectPadsBufferFunction

We pass ownership of the buffer to the function.
This commit is contained in:
Tim-Philipp Müller 2012-10-20 19:44:43 +01:00
parent bf2452d776
commit d86ecaf53e

View file

@ -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.