Skip to content

qt: fix undefined behavior in VideoSurface

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/voutsettingordering into master

Only after QQuickItem::componentComplete() is called, we are sure that all bindings are assigned. Currently, the signal handlers connected in construction depend on other bindings.

This is not ideal, because there is no guarantee on the binding evaluation ordering.

Request review @chub.

Edited by Fatih Uzunoğlu

Merge request reports