Skip to content
Snippets Groups Projects
Commit 63f6775b authored by Alexandre Janniaux's avatar Alexandre Janniaux
Browse files

VLCMediaPlayer: provide the state in delegate

When the player is changing state, the delegate doesn't care about
receiving an NSNotification or knowing from which player it was
triggered, but it will need to know the new state from the player.

It prevents calling libvlc methods from the callback, which is usually
forbidden and works only because of the dispatch_async.
parent 77863031
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment