Skip to content
  • Arun Raghavan's avatar
    rtpsbcpay: Fix timestamping · 10a16a63
    Arun Raghavan authored
    We were just picking the timestamp of the last buffer pushed into our
    adapter before we had enough data to push out.
    
    This fixes things to figure out how large each frame is and what
    duration it covers, so we can set both the timestamp and duration
    correctly.
    
    Also adds some DISCONT handling.
    10a16a63