GNOME Bugzilla – Bug 737072
videopool: add missing annotation for gst_video_buffer_pool_new()
Last modified: 2014-09-24 08:03:33 UTC
Created attachment 286729 [details] [review] videopool: add missing annotation for gst_video_buffer_pool_new() videopool: add missing annotation for gst_video_buffer_pool_new()
Comment on attachment 286729 [details] [review] videopool: add missing annotation for gst_video_buffer_pool_new() This should be (transfer floating)
> This should be (transfer floating) Should it? GstBufferPool is a mini object.
It's a GstObject, and gst_buffer_pool_new() has (transfer floating)
Created attachment 286947 [details] [review] videopool: add missing annotation for gst_video_buffer_pool_new() Here comes a new patch, thanks. I noticed that buffer_pool_new() was transfer floating but this sounded a bit confusing to me: transfer floating Alias for transfer none, used for objects with floating refs
commit 00b43badc7830db563d40555ee962ebe2e7c9dd8 Author: Ognyan Tonchev <otonchev@gmail.com> Date: Sun Sep 21 13:16:43 2014 +0200 videopool: add missing annotation for gst_video_buffer_pool_new() https://bugzilla.gnome.org/show_bug.cgi?id=737072