Skip to content
  • Rémi Denis-Courmont's avatar
    playlist: remove redundant hold/release · 558b768d
    Rémi Denis-Courmont authored
    The playlist demuxer cannot outlive its input thread, and the input
    thread cannot outlive its input item. Otherwise, there would be an
    intractable race between input_GetItem() and input_item_Hold() anyway.
    
    This removes the unnecessary pairs of input item hold and release,
    and fixes a reference leak on error in the iTML parser.
    558b768d