stop video on destruction to avoid segfault

This commit is contained in:
Andreas Gattringer
2024-07-17 02:37:13 +02:00
committed by Tobias Fella
parent 9dbb9c3f3b
commit d5e400e8a4

View File

@@ -92,6 +92,8 @@ Video {
fillMode: VideoOutput.PreserveAspectFit
Component.onDestruction: root.stop()
states: [
State {
name: "notDownloaded"