VLCMediaPlayer: VLCMediaPlayerState: Remove ESAdded/Deleted
1 unresolved thread
1 unresolved thread
ESAdded/Delete are not VLCMediaPlayer states.
Merge request reports
Activity
Filter activity
What is tricky is that all libvlc_*Event are events in the libvlc meaning. But not all libvlc_*Event are state changes.
In particular, EsAdded/Removed doesn't match with a state (@bubu might link the content of the documentation1) so they don't notify state changes, but they notify events.
The correct way to notify those is through a new callback in the VLCKit media player wrapper, and considering it like a state would break client state machine code across platforms.
added 10 commits
-
5c1b757a...eb86eb76 - 9 commits from branch
videolan:master
- 06c04cbe - VLCMediaPlayer: VLCMediaPlayerState: Remove ESAdded/Deleted
-
5c1b757a...eb86eb76 - 9 commits from branch
added Maintenance label
changed milestone to %4.0
assigned to @bubu
unassigned @bubu
assigned to @alexandre-janniaux
mentioned in merge request !253 (merged)
Closing in favor of !253 (merged)