mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
API: let client decide what to do on EOS #52
This commit is contained in:
@@ -568,6 +568,10 @@ class ClapperPlayer extends GstClapper.Clapper
|
||||
this.quitOnStop = true;
|
||||
this._performCloseCleanup(this.widget.get_root());
|
||||
}
|
||||
|
||||
/* When this signal is connected player
|
||||
* wants us to decide if it should stop */
|
||||
this.stop();
|
||||
}
|
||||
|
||||
_onUriLoaded(player, uri)
|
||||
|
Reference in New Issue
Block a user