[Webkit-unassigned] [Bug 115352] [gstreamer] Make sure gstreamer source element is thread-safe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 26 07:20:55 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=115352





--- Comment #40 from Philippe Normand <pnormand at igalia.com>  2013-08-26 07:20:19 PST ---
(From update of attachment 209473)
View in context: https://bugs.webkit.org/attachment.cgi?id=209473&action=review

> Source/WTF/wtf/gobject/GMutexLocker.h:36
> +    inline explicit GMutexLocker(GMutex *mutex)

Misplaced * :)

> Source/WTF/wtf/gobject/GMutexLocker.h:48
> +            g_mutex_lock(m_mutex);

I wonder if instead of _lock here we could _try_lock and ASSERT on failure, would it make sense?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list