mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +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?'
|
+ ' Do you have gstreamer-plugins-good-gtk4 installed?'
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
gtkglsink.show_preroll_frame = false;
|
|
||||||
|
|
||||||
let glsinkbin = Gst.ElementFactory.make('glsinkbin', null);
|
let glsinkbin = Gst.ElementFactory.make('glsinkbin', null);
|
||||||
glsinkbin.sink = gtkglsink;
|
glsinkbin.sink = gtkglsink;
|
||||||
|
Reference in New Issue
Block a user