[Bug 702960] New: gst_element_add_pad()'s pad parameter should be marked as transfer none
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jun 24 04:11:22 PDT 2013
http://bugzilla.gnome.org/show_bug.cgi?id=702960
GStreamer | gstreamer (core) | 1.0.6
Summary: gst_element_add_pad()'s pad parameter should be marked
as transfer none
Classification: Platform
Product: GStreamer
Version: 1.0.6
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: marcin at saepia.net
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Right now gst_element_add_pad() has pad parameter that is marked as "transfer
floating".
This causes problems when using gstreamer-1.0 bindings with Vala as it leads to
unnecessary refs.
Vala developers suggested that it should be changed to "transfer none" because
gst_element_add_pad() internally refs the parameter. Please see Bug 702943 for
full discussion.
I am not competent enough to act as a judge in this case, so please maybe reply
also to the vala creators in Bug 702943.
--
Configure bugmail: http://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