GNOME Bugzilla – Bug 735210
Annotate GstPadEventFunction @event with (transfer full)
Last modified: 2014-08-23 11:36:48 UTC
Make things clearer.
Created attachment 284169 [details] [review] pad: annotate GstPadEventFunction @event with (transfer full) The callback is supposed to take ownership of @event so best to be explicit about it.
Thanks for the patch, pushed to master: commit b38264a9cb6096f9a92ee45ea0c084c7a877c0c4 Author: Tim-Philipp Müller <tim@centricular.com> Date: Sat Aug 23 12:24:27 2014 +0100 pad: add g-i 'transfer full' annotations to chain and chain_list functions https://bugzilla.gnome.org/show_bug.cgi?id=735210 commit a647d832671eba2001c12a7061ccde5996ebe47e Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Fri Aug 22 10:32:38 2014 +0200 pad: annotate GstPadEventFunction event with 'transfer full' The callback is supposed to take ownership of the event so best to be explicit about it. https://bugzilla.gnome.org/show_bug.cgi?id=735210 (Here's hoping g-i + bindings won't do anything funny with this)