Skip to content

qt: refresh x11 compositor after updating frame

Prince Gupta requested to merge jagannatharjun/vlc:x11-render-order into master

afterRendering is emitted before the frame is presented, on afterRendering signal we update the x11 compositor but the frame is not presented yet, so the compositor paints the old frame instead of new one

fixes #27188 (closed)

Merge request reports