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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Sep 5 11:32:32 PDT 2009


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

           Summary: Avoid throwing out reordered packets with the same
                    timestamp
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: havard.graff at tandberg.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


--- Comment #0 from Håvard Graff <havard.graff at tandberg.com> 2009-09-05 18:32:31 UTC ---
Created an attachment (id=142549)
patch

When receiving an I-frame, and the far end does not use packet-smoothing, you
can have several packets arriving with the same timestamp. If there is jitter
in the network, these packets might be reordered. With the current
implementation, these packet would then be marked as lost, and dropped.

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

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