mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Always show preroll frame
This fixes preview while player is paused
This commit is contained in:
@@ -39,7 +39,6 @@ class ClapperPlayerBase extends GstPlayer.Player
|
||||
+ ' Do you have gstreamer-plugins-good-gtk4 installed?'
|
||||
));
|
||||
}
|
||||
gtkglsink.show_preroll_frame = false;
|
||||
|
||||
let glsinkbin = Gst.ElementFactory.make('glsinkbin', null);
|
||||
glsinkbin.sink = gtkglsink;
|
||||
|
Reference in New Issue
Block a user