<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Painting a video into a canvas doesn't work when accelerated compositing is enabled"
href="https://bugs.webkit.org/show_bug.cgi?id=159405#c16">Comment # 16</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Painting a video into a canvas doesn't work when accelerated compositing is enabled"
href="https://bugs.webkit.org/show_bug.cgi?id=159405">bug 159405</a>
from <span class="vcard"><a class="email" href="mailto:pnormand@igalia.com" title="Philippe Normand <pnormand@igalia.com>"> <span class="fn">Philippe Normand</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=282870&action=diff" name="attach_282870" title="Patch">attachment 282870</a> <a href="attachment.cgi?id=282870&action=edit" title="Patch">[details]</a></span>
Patch
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=282870&action=review">https://bugs.webkit.org/attachment.cgi?id=282870&action=review</a>
<span class="quote">> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:712
> + cairo_rotate(cr.get(), M_PI / 2.0);</span >
Use piOverTwoDouble or piOverTwoFloat ?
<span class="quote">> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:717
> + cairo_rotate(cr.get(), M_PI);</span >
Use piFloat or piDouble
<span class="quote">> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:722
> + cairo_rotate(cr.get(), 3 * M_PI / 2.0);</span >
Ditto</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>