[Webkit-unassigned] [Bug 150941] [WinCairo][Video][MediaFoundation] Video should be rendered in provided graphics context.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 6 12:21:30 PST 2015


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

--- Comment #10 from peavo at outlook.com ---
(In reply to comment #7)
> Comment on attachment 264880 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=264880&action=review
> 
> 
> > Source/WebCore/platform/graphics/win/MediaFoundationUtils.h:1133
> > +template<class T>
> > +class AsyncCallback : public IMFAsyncCallback {
> 
> This is cool, but it's only used once.  Is it always called on the main
> thread, or do we need Locks when using this?

I removed this template, since the same thing can be accomplished by letting CustomVideoPresenter inherit from IMFAsyncCallback and implement the required methods :)

-- 
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/20151106/28f00f50/attachment.html>


More information about the webkit-unassigned mailing list