[Webkit-unassigned] [Bug 118253] [texmap][GStreamer][GTK] composited video shows tearing on nvidia cards

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 9 00:05:21 PDT 2013


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





--- Comment #11 from Sebastian Dröge <slomo at circular-chaos.org>  2013-07-09 00:07:21 PST ---
Ideally you would have a render loop that renders everything right before the vsync, and separate to that the uploading of the textures. So the render loop would always see finished textures, and always takes the latest of all textures and then immediately renders them.

This is also the way how we want to change the GStreamer video sinks in the future.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list