Do not return inside player init

This commit is contained in:
Rafostar
2021-01-05 22:48:34 +01:00
parent 8ef1bd662c
commit a0ad8bf70f

View File

@@ -20,7 +20,7 @@ class ClapperPlayerBase extends GstPlayer.Player
const gtk4glsink = Gst.ElementFactory.make(plugin, null);
if(!gtk4glsink) {
return debug(new Error(
debug(new Error(
`Could not load "${plugin}".`
+ ' Do you have gstreamer-plugins-good-gtk4 installed?'
));