Hey! Are there any changes about how drawable/libvlc_media_player_set_hwnd works on Windows (x86) in vlc 3.0 ?
I have a simple test application - only one window and nothing else. It looks bad, video in not resized with window and is in wrong position. With VLC 1.1-2.2.x same EXE works ok.
The difference I can see is that there is no child vlc-window inside my window, as it was in 1.1-2.2.x. Libvlc somehow renders directly to my window.