[Bug 737569] New: tsdemux: valid data is discarded if PES start packet is the first packet after discontinuity

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 29 01:55:25 PDT 2014


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

           Summary: tsdemux: valid data is discarded if PES start packet
                    is the first packet after discontinuity
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: knorr.jesper at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=287327)
 View: https://bugzilla.gnome.org/attachment.cgi?id=287327
 Review: https://bugzilla.gnome.org/review?bug=737569&attachment=287327

tsdemux: do not discard on discont if PES start

If a discontinuity in the stream is detected the incoming data is discarded
until a new PES packet start is received.

If the discontinuity is detected at a PES packet start, this means that an
entire valid PES packet is discarded.

The attached patch will prevent a PES packet from being discarded, if it starts
when the discontinuity is detected.

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