Browse Source

Workaround gstreamer's deadlock on QGC exit

QGC4.4
Andrew Voznytsa 6 years ago
parent
commit
181d16f6e2
  1. 1
      src/ui/MainRootWindow.qml

1
src/ui/MainRootWindow.qml

@ -192,6 +192,7 @@ ApplicationWindow { @@ -192,6 +192,7 @@ ApplicationWindow {
function finishCloseProcess() {
QGroundControl.linkManager.shutdown()
QGroundControl.videoManager.stopVideo();
_forceClose = true
mainWindow.close()
}

Loading…
Cancel
Save