Browse Source
The player will be used by the extensions to listen to events, like the media changed for input-listener capabilities or meta changed for meta-listener capabilities. In the previous design for the vlc_extensions, the whole extension system was setup by the UI, and since the UI were subscribing to playlist events signalling that the input item changed, the UI was forwarding those calls to the extension subsystem. However, there is now the unified interface to control or listen to the playback, ie. the vlc_player, which can better fit this goal. It allows to split this need from the question of where the vlc_extensions are initialized.pull/143/head
committed by
Jean-Baptiste Kempf
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue