Skip to content

WIP: libvlc: remove state handling and merge it with enum libvlc_event_e

Thomas Guillem requested to merge tguillem/vlc:libvlc-state into master

WIP because the last commit is debatable. Are you OK with using libvlc_event_e to get the player and list_player state ?

An other solution would be to remove all libvlc_MediaPlayerOpening...libvlc_MediaPlayerEncounteredError events and replace them with a new libvlc_MediaPlayerStateChanged event and a state enum.

Edited by Thomas Guillem

Merge request reports