Skip to content
  • Tim-Philipp Müller's avatar
    matroskademux: only send pending tags with newsegment events · d0b25845
    Tim-Philipp Müller authored
    Send pending tags only from the streaming thread, just after we've sent
    the newsegment event, not with e.g. flush-start. This not only does the
    right thing, but also makes sure we're not trampling over variables set
    up in the streaming thread from the seeking thread in case someone tries
    to issue a seek just as the demuxer is parsing the headers.
    
    Fixes #601617. Spotted by Ognyan Tonchev.
    d0b25845