Skip to content
  • Wim Taymans's avatar
    rtp: a marker bit should translate to RESYNC · eac9efb9
    Wim Taymans authored
    A marker bit on an audio packet does not mean a DISCONT (in the GStreamer sense
    of missing data) but it means that the packet is the end of a talkspurt and thus
    a good opportunity to resync to the clock. Use the RESYNC buffer flag to note
    this.
    Real discontinuities are marked with DISCONT still when the seqnum has a GAP or
    when the input buffer has the DISCONT flag set.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=627204
    eac9efb9