Unverified Commit 7df16b80 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #8067 from andrewvoznytsa/gst_deadlock

Fix gstreamer's deadlock on QGC exit
parents 86a7a513 181d16f6
......@@ -192,6 +192,7 @@ ApplicationWindow {
function finishCloseProcess() {
QGroundControl.linkManager.shutdown()
QGroundControl.videoManager.stopVideo();
_forceClose = true
mainWindow.close()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment