Skip to content

macosx: Fix freezing when starting video playback

Claudio Cambra requested to merge claucambra/vlc:work/fix-freeze-on-play into master

Issue caused by using a serial dispatch queue to send mouse events

Using vlc_mutex (like in the Qt interface and in iOS) fixes the issue

Signed-off-by: Claudio Cambra developer@claudiocambra.com

Merge request reports