[Bug 640023] Jitterbuffer: does not put the same gst timestamp on packets with the same RTP timestamp

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Feb 6 08:20:15 PST 2013


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

Wim Taymans <wim.taymans> changed:

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

--- Comment #8 from Wim Taymans <wim.taymans at gmail.com> 2013-02-06 16:20:12 UTC ---
commit c3077012c0914a8d3a103a858d820f4a3ec3c900
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Wed Feb 6 17:15:11 2013 +0100

    jitterbuffer: do skew estimation only for new timestamps

    Only run the skew estimation code when we have a new RTP timestamp. If we
have
    the same RTP timestamp, we simply use the previous estimation. This works
    because the new observation with the same RTP timestamp has to have a
bigger
    receiver time and is thus not going to influence the estimation except for
    causing more jitter.

    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=640023

-- 
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