Temporarly take a ref on player

This commit is contained in:
Rafostar
2020-11-30 22:18:02 +01:00
parent 58afaa2c76
commit f7f9959c14

View File

@@ -71,6 +71,10 @@ class ClapperPlayerBase extends GstPlayer.Player
this.set_and_bind_settings();
settings.connect('changed', this._onSettingsKeyChanged.bind(this));
/* FIXME: additional reference for working around GstPlayer
* buggy signal dispatcher on self. Remove when ported to BUS API */
this.ref();
}
get widget()