Skip to content
  • Rémi Denis-Courmont's avatar
    Reparenting does not work with set_parent. · a682b4f2
    Rémi Denis-Courmont authored
    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.
    a682b4f2