Skip to content

gstplayer: Introduce loading state

Jean Felder requested to merge wip/jfelder/player-loading-state into master

With player's latest reworks (mainly commit d83b7de3), the player now does not need to be stopped to load a new song. Introduce a LOADING Playback status to describe this new state. This simplifies InhibitSuspend checks.

Merge request reports