[Bug 676168] New: tsdemux: Playback of ts files containing ts packets with adaptation field only and payload start indicator = 1

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 16 07:29:07 PDT 2012


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

           Summary: tsdemux: Playback of ts files containing ts packets
                    with adaptation field only and payload start indicator
                    = 1
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: julian at jusst.de
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

don't flush on pusi when no payload is contained in ts.

Currently the tsdemuxer assumes that whenever the payload unit start indicator
is set on a ts packet it is indicating a new PES packet. Actually this is not
true. A new PES is only signalled if the packet contains PES payload.

The attached problem changes the demuxer to handle this correctly and fixes the
mentioned streams.

A stream sample to reproduce the issue can be found here:
http://www.jusst.de/files/cablecom-radio.ts

This is captured from a Cablecom IPTV Broadcast in switzerland.

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