mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Always start with black image
This commit is contained in:
@@ -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'
|
||||||
|
Reference in New Issue
Block a user