mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Fix wrong sink var name
When sink holding variable was renamed to gtk4glsink, I missed this one line.
This commit is contained in:
@@ -45,7 +45,7 @@ class ClapperPlayerBase extends GstPlayer.Player
|
||||
video_renderer: renderer
|
||||
});
|
||||
|
||||
this.widget = gtkglsink.widget;
|
||||
this.widget = gtk4glsink.widget;
|
||||
this.widget.vexpand = true;
|
||||
this.widget.hexpand = true;
|
||||
|
||||
|
Reference in New Issue
Block a user