[Webkit-unassigned] [Bug 150800] [GStreamer] Use GstBus sync message handler and schedule tasks to the main thread with RunLoop::dispatch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 3 00:06:29 PST 2015


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

--- Comment #3 from Zan Dobersek <zan at falconsigh.net> ---
Comment on attachment 264591
  --> https://bugs.webkit.org/attachment.cgi?id=264591
Updated patch

View in context: https://bugs.webkit.org/attachment.cgi?id=264591&action=review

Looks good, I'll leave it to Phil to approve it.

> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:1949
> +                    if (!weakThis)
> +                        return;
> +                    weakThis->handleMessage(protectMessage.get());

Nit: could be a two-liner.

> if (weakThis)
>     weakThis->handleMessage(protectMessage.get());

-- 
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/20151103/e22df6f9/attachment.html>


More information about the webkit-unassigned mailing list