Skip to content
  • Rémi Denis-Courmont's avatar
    Only allow VLC_OBJECT_MODULE outside of p_libvlc · c865a653
    Rémi Denis-Courmont authored
    Speeds up vlc_list_find(), as we avoid looking up the 200+ plugins for
    each vlc_list_find(). Also avoids accidentally stealing objects across
    LibVLC instances. IMHO, the object tree should be per-instance, and the
    root object should not exist, but that's too big a change yet.
    c865a653