[Bug 609473] GstMiniObject derived classes could support storing data for bindings

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Apr 29 10:19:27 PDT 2011


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

--- Comment #26 from Sebastian Dröge <slomo at circular-chaos.org> 2011-04-29 17:19:23 UTC ---
Note that this is a problem for bindings too, if you separate the refcount from
the writability you still need to be able to guarantee that there's only one
reference of the object before being able to write. Otherwise there might be
multiple references in different places, one place changing the object and the
other one reading a half-changed object (for example).

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