Always start with black image

This commit is contained in:
Rafostar
2020-10-31 08:21:18 +01:00
parent bcd73448de
commit 36145adf1a

View File

@@ -37,6 +37,7 @@ class ClapperPlayerBase extends GstPlayer.Player
this.widget = gtkglsink.widget; this.widget = gtkglsink.widget;
this.widget.vexpand = true; this.widget.vexpand = true;
this.widget.hexpand = true; this.widget.hexpand = true;
this.widget.set_opacity(0);
this.settings = new Gio.Settings({ this.settings = new Gio.Settings({
schema_id: 'com.github.rafostar.Clapper' schema_id: 'com.github.rafostar.Clapper'