[Webkit-unassigned] [Bug 150888] [GStreamer] Do not use GThreadSafeMainLoopSource to send notifications to the main thread in MediaPlayerPrivateGStreamer
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 4 03:09:05 PST 2015
https://bugs.webkit.org/show_bug.cgi?id=150888
Carlos Garcia Campos <cgarcia at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #264786| |review?
Flags| |
--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Created attachment 264786
--> https://bugs.webkit.org/attachment.cgi?id=264786&action=review
Patch
We can use RunLoop::dispatch() to send notifications to the main thread, but there's no way to cancel those tasks. This patch adds a new helper class MainThreadNotifier that uses an enum of flags to handle different kind of notifications. It uses RunLoop::dispatch() to send notifications to the main thread, but only if there isn't one pending for the given type.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151104/4fa58ff1/attachment-0001.html>
More information about the webkit-unassigned
mailing list