Reparenting does not work with set_parent.
It did not work in 1.0 either, and it was not safe in earlier versions. Nobody ever bothered to implement thread-safe reparenting. Calling libvlc_video_set_parent() is useless in 1.0: It has the same effect as calling proper libvlc_media_player_set_*(), which the Mozilla plugin already does.
Showing
Please register or sign in to comment