qt: fix undefined behavior in VideoSurface
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