Skip to content

qt: fix embed video being drawn outside window area

Pierre Lamot requested to merge chub/vlc:qt/video_extended_frame into master

with extended frames the window maybe resized with the content keeping its size, the video node didn't saw the change because it only tracks its local position within the player view and not the global position. Fortunately, the updatePaintNode gets called in this case.

Merge request reports