Skip to content
Snippets Groups Projects
Commit f2b0471c authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

qt: fix video surface initialization and de-initialization ordering issues

I wanted to initialize video surface provider and
window handler within `commonSetupVoutWindow()`, since
it is where the video window is set and video surface
provider and window handler only makes sense when
there is a valid vout window. However, for some reason,
it did not work so it is a TODO for now.

Currently, since there are a lot of signal connections,
changes are reported even when there is no valid vout
window. For example, `CompositorVideo::onSurfacePositionChanged()`
may be called when there is no vout window or when it
is already invalidated.
parent 8a4a0af2
No related branches found
No related tags found
1 merge request!5807qt: fix video surface initialization and de-initialization ordering issues
Pipeline #501329 passed with stage
in 11 minutes and 45 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment