[Bug 693281] [PATCH] GstObject: re-enable "notify::parent"

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 25 23:51:16 PDT 2013


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

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at circular-chaos.org

--- Comment #8 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-07-26 06:51:09 UTC ---
Ah I see... not holding the lock in any case if the parent property is notified
doesn't seem right though. Other properties could be protected by the object
lock too, but the thaw() might've been called without holding the object lock.

Also it's not only the child's object lock we hold here, it's the parent's too,
right? Or actually, isn't it just the parent's object lock? Maybe we could
unlock that while doing the g_object_notify() and then lock it again? Might
make the parent's locking a bit unhappy though...

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