GNOME Bugzilla – Bug 759948
caps: add 'transfer full' annotation to caps returned by intersection functions
Last modified: 2016-01-03 08:44:45 UTC
Return value (GstCaps) of gst_caps_intersect () and gst_caps_intersect_full () functions are new GstCaps which should be unref by caller but there are not annotated as 'transfer full'.
Created attachment 318000 [details] [review] caps: add 'transfer full' annotation to caps returned by interserction functions
commit 2c272d74fd173148ce6c4137a454bc70cf71a911 Author: Sebastian Dröge <sebastian@centricular.com> Date: Tue Dec 29 14:32:47 2015 +0200 caps: Add (transfer full) annotation to simplify() and subtract() return value https://bugzilla.gnome.org/show_bug.cgi?id=759948 commit 2ee33237c8530a89820971bff5ff0b6aec3b46aa Author: Aurélien Zanelli <aurelien.zanelli@parrot.com> Date: Tue Dec 29 11:06:39 2015 +0100 caps: add 'transfer full' annotation to caps returned by interserction functions To make clear caller is responsible to unref them. https://bugzilla.gnome.org/show_bug.cgi?id=759948