[gstreamer-bugs] [Bug 630452] New: rtpbin: Make cleaning up sources in rtp_session_on_timeout MT safe
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Sep 23 10:59:44 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=630452
GStreamer | gst-plugins-good | unspecified
Summary: rtpbin: Make cleaning up sources in
rtp_session_on_timeout MT safe
Classification: Desktop
Product: GStreamer
Version: unspecified
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: havard.graff at tandberg.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
Created an attachment (id=170948)
View: https://bugzilla.gnome.org/attachment.cgi?id=170948
Review: https://bugzilla.gnome.org/review?bug=630452&attachment=170948
patch
Using _foreach_remove on the hashtable, while releasing the lock protecting
that table inside the callback is not a good idea. The hashtable might
then change (a source removed or added) while signals like on_timeout
are being sent.
--
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