Skip to content
  • Tim-Philipp Müller's avatar
    videomixer: fix double unlock in segment seek segment code path · deeef84d
    Tim-Philipp Müller authored
    We only want to unlock if we push an event downstream and
    jump to done_unlock label afterwards. We would also unlock
    in case of a segment seek and then unlock again later, and
    nothing good can come of that.
    
    (This code looks a bit dodgy anyway though, shouldn't it
    also bail out with FLOW_EOS here in case of a segment seek
    scenario, just without the event?)
    deeef84d