From 36145adf1a838cd2eea133deb4e1c080477d92e1 Mon Sep 17 00:00:00 2001 From: Rafostar <40623528+Rafostar@users.noreply.github.com> Date: Sat, 31 Oct 2020 08:21:18 +0100 Subject: [PATCH] Always start with black image --- clapper_src/playerBase.js | 1 + 1 file changed, 1 insertion(+) diff --git a/clapper_src/playerBase.js b/clapper_src/playerBase.js index 3b5016dd..dd17da45 100644 --- a/clapper_src/playerBase.js +++ b/clapper_src/playerBase.js @@ -37,6 +37,7 @@ class ClapperPlayerBase extends GstPlayer.Player this.widget = gtkglsink.widget; this.widget.vexpand = true; this.widget.hexpand = true; + this.widget.set_opacity(0); this.settings = new Gio.Settings({ schema_id: 'com.github.rafostar.Clapper'