[Bug 702960] gst_element_add_pad()'s pad parameter should be marked as transfer none

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 8 04:31:50 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=702960
  GStreamer | gstreamer (core) | git

--- Comment #24 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2015-01-08 12:31:45 UTC ---
So what should we do about this?
Options:
- (transfer none), which would be semantically wrong and especially will give
wrong information in the documentation for people using the C API
- (transfer floating), which would need to be added to GI for parameters
first... and even then they seem to think that it's just an alias for (transfer
none), which is simply not true unless you're only looking at bindings that
behave like pygi (which never has floating references).

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