[Webkit-unassigned] [Bug 164540] HLS WebGL video textures produces faulty colour rendering in IOS 10

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 19 10:42:38 PST 2016


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

--- Comment #9 from Daniel Rossi <electroteque at gmail.com> ---
Confirming rotating the colour channel order , it gets inverted back on IOS 10. I had to add this colour format to display properly in the simulator for now. 

gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, gl.RGBA, gl.UNSIGNED_BYTE, video);

-- 
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/20161219/0c9eda0b/attachment.html>


More information about the webkit-unassigned mailing list