Browse Source

Merge pull request #8067 from andrewvoznytsa/gst_deadlock

Fix gstreamer's deadlock on QGC exit
QGC4.4
Gus Grubba 6 years ago committed by GitHub
parent
commit
7df16b80a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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