]> git.sesse.net Git - vlc/commit
Reparenting does not work with set_parent.
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 13 May 2009 17:52:06 +0000 (20:52 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 13 May 2009 17:55:23 +0000 (20:55 +0300)
commitf1582740f8c3b7647e7391ccf7f476ce26846c5f
tree76eb614bee63945d0081b9ea0e774412e98bf762
parentcb7a32f41931ef71ddd9b98c3c0d6dd9d0372451
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.
projects/mozilla/vlcshell.cpp