[Bug 666357] Don't claim gst_bin_add, gst_bin_add_many and gst_element_add_pad transfer ownership

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 26 02:37:02 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=666357
  GStreamer | documentation | 0.10.x

Pavel Holejsovsky <pholejs> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pholejs at src.gnome.org

--- Comment #2 from Pavel Holejsovsky <pholejs at src.gnome.org> 2012-01-26 10:36:58 UTC ---
Input parameters with transfer!=none are generally unsupported by GoI; although
g-ir-scanner still accepts them, the support is considered to be removed, and
currently bindings generally don't support them.  See bug 630788 for further
discussion.

Marking input arguments as (transfer floating) is generally no-op and makes no
harm though - as long as g-ir-scanner keeps converting (transfer floating) to
(transfer none).

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list