[Bug 627204] Some audio-based depayloaders are sometimes incorrectly indicating discont flag and RTP-marker bit.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 24 06:45:34 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=627204
  GStreamer | gst-plugins-good | 0.10.24

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.1.1

--- Comment #12 from Wim Taymans <wim.taymans at gmail.com> 2013-04-24 13:45:27 UTC ---
I believe this is the way to go in 1.0, don't set the DISCONT flag but use the
RESYNC flag:

commit eac9efb92e22fcfa41e915e3db0b6d95e397a222
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Wed Apr 24 15:38:50 2013 +0200

    rtp: a marker bit should translate to RESYNC

    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

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list