[Webkit-unassigned] [Bug 159405] [GTK] Painting a video into a canvas doesn't work when accelerated compositing is enabled
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 6 03:37:29 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=159405
--- Comment #16 from Philippe Normand <pnormand at igalia.com> ---
Comment on attachment 282870
--> https://bugs.webkit.org/attachment.cgi?id=282870
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=282870&action=review
> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:712
> + cairo_rotate(cr.get(), M_PI / 2.0);
Use piOverTwoDouble or piOverTwoFloat ?
> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:717
> + cairo_rotate(cr.get(), M_PI);
Use piFloat or piDouble
> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:722
> + cairo_rotate(cr.get(), 3 * M_PI / 2.0);
Ditto
--
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/20160706/3056e741/attachment.html>
More information about the webkit-unassigned
mailing list