Add GStreamer plugin ranking to preferences

This commit is contained in:
Rafostar
2020-10-26 16:45:37 +01:00
parent 31f208006f
commit 556809c1f4
6 changed files with 237 additions and 14 deletions

View File

@@ -601,5 +601,8 @@ class ClapperPlayer extends PlayerBase
if(this.state !== GstPlayer.PlayerState.STOPPED)
this.stop();
let app = window.get_application();
if(app) app.quit();
}
});