Hi,
First of all, I just wanted to say thank you to the vlc developers, your hard work is much appreciated!
I'm encountering an issue with the libvlc python bindings on macOS 10.14 Mojave after resizing the player window. It looks like the video is stretching out to fill the entire video panel, rather than maintaining its aspect ratio.
I'm able to reproduce this issue with the example libvlc wxPython and PyQt5 scripts at https://git.videolan.org/?p=vlc/binding ... 09;hb=HEAD
I've attached a couple of screenshots to indicate what I mean:
The example PyQt5 app:
The example wxPython app:
I believe this issue is new under macOS 10.14. The video appears to maintain its correct aspect ratio after resizing on macOS 10.13 High Sierra.
I'd be very grateful for any help or suggestions.