Always start unmuted

This commit is contained in:
Rafostar
2020-09-07 11:54:57 +02:00
parent ba37e66054
commit 689edd9cf3

View File

@@ -50,6 +50,7 @@ class ClapperPlayer extends GstPlayer.Player
}
this.set_config(config);
this.set_mute(false);
this.loop = GLib.MainLoop.new(null, false);
this.run_loop = opts.run_loop || false;