Skip to content

VLCMediaPlayer: Allow to get time/position from any thread

Previous implementation forced user to get time and position from the main thread and configured the time update loop asynchronously.
These changes are configuring the time update observing loop synchronously and are allowing to get time and position with proper concurrent access.

Merge request reports