[gstreamer-bugs] [Bug 594251] Avoid throwing out reordered packets with the same timestamp

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 8 04:43:12 PDT 2009


http://bugzilla.gnome.org/show_bug.cgi?id=594251


Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wim.taymans at gmail.com
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.17


--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2009-09-08 11:43:07 UTC ---
commit 40549278c31c601164ab29c28afbb463db907942
Author: Håvard Graff <havard.graff at tandberg.com>
Date:   Tue Sep 8 13:39:31 2009 +0200

    jitterbuffer: avoid throwing reordered buffers with same timestamps

    When we receive a reordered packet with the same timestamp as the previous
one
    (which can happen for fragmented packets) don't consider the packet as lost
but
    instead wait for the reordered packet to arrive.

    Switch the warning-level, so that a reordering does not get a warning, only
    an actual produced lost-packet.

    Fixes #594251

-- 
Configure bugmail: http://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