Skip to content
  • Sebastian Dröge's avatar
    rtpjitterbuffer: Fix packet dropping after a big discont · e4b2360e
    Sebastian Dröge authored
    We would queue 5 consective packets before considering a reset and a proper
    discont here. Instead of expecting the next output packet to have the current
    seqnum (i.e. the fifth), expect it to have the first seqnum. Otherwise we're
    going to drop all queued up packets.
    e4b2360e