qt: connect signals when component is complete 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.
Loading
Please register or sign in to comment