You can't use set_xwindow and set_fullscreen on the same media player. If you use set_xwindow, you must implement fullscreen mode in your application; LibVLC needs not know about it. Ok. So I have to fit video into fullscreen window. How can I do this? There is no libvlc_video_set_size... I guess l...