[gstreamer-bugs] [Bug 343278] g_object_notify() not threadsafe (and also all callers)
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Mon Jul 3 07:28:52 PDT 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=343278
GStreamer | gstreamer (core) | Ver: 0.10.x
------- Comment #4 from Wim Taymans 2006-07-03 14:28 UTC -------
holding the object lock while emiting the notify is not acceptable. I never saw
a crash with notify, although I understand there is a theoretical problem. Can
you provide a testcase so that we can verify any solution?
I remember we had a class wide lock for this stuff in the
gst_object_dispatch_properties_changed() function. It would be nice to see if
readding that lock would solve the issue as well. it was removed in the
following patch:
http://webcvs.freedesktop.org/gstreamer/gstreamer/gst/gstobject.c?r1=1.113&r2=1.114
--
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