Skip to content

waylandsink: fix frame drop logic

If the frame is earlier than the vsync, just hold the frame to wait for the vsync, and then rendered until the frame callback is coming. Only drop the frame when a newer frame is received.

Merge request reports