Commit 181d16f6 authored by Andrew Voznytsa's avatar Andrew Voznytsa

Workaround gstreamer's deadlock on QGC exit

parent 0c53e2e7
...@@ -192,6 +192,7 @@ ApplicationWindow { ...@@ -192,6 +192,7 @@ ApplicationWindow {
function finishCloseProcess() { function finishCloseProcess() {
QGroundControl.linkManager.shutdown() QGroundControl.linkManager.shutdown()
QGroundControl.videoManager.stopVideo();
_forceClose = true _forceClose = true
mainWindow.close() 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