Skip to content
  • Tim-Philipp Müller's avatar
    rtpbasedepay: when setting discont flag make sure rtpbuffer is current · f0db396e
    Tim-Philipp Müller authored
    Depayloaders will look at rtpbuffer->buffer for the discont flag.
    When we set the discont flag on a buffer in the rtp base depayloader
    and we have to make the buffer writable, make sure the rtpbuffer
    actually contains the newly-flagged buffer, not the original input
    buffer. This was introduced with the addition of the process_rtp_packet
    vfunc, but would only trigger if the input buffer wasn't flagged
    already and was not writable already.
    f0db396e