mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-01 00:41:58 +02:00
Temporarly take a ref on player
This commit is contained in:
@@ -71,6 +71,10 @@ class ClapperPlayerBase extends GstPlayer.Player
|
|||||||
this.set_and_bind_settings();
|
this.set_and_bind_settings();
|
||||||
|
|
||||||
settings.connect('changed', this._onSettingsKeyChanged.bind(this));
|
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()
|
get widget()
|
||||||
|
Reference in New Issue
Block a user