Skip to content
  • Thomas Guillem's avatar
    LibVLC: don't call native methods synchronized · eabbf82b
    Thomas Guillem authored
    Fix deadlock when a thread is calling a native method that trigger a vlc event
    from an other thread.
    
    Change for Media class: attributes are not cached anymore after a parse,
    therefore you must fetch them before calling release.
    eabbf82b