[gstreamer-bugs] [Bug 635281] [mpegtsparse] TDT packets are only parsed for odd hours

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 19 09:12:59 PST 2010


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

Alessandro Decina <alessandro.d> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |alessandro.d at gmail.com
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.21

--- Comment #3 from Alessandro Decina <alessandro.d at gmail.com> 2010-11-19 17:12:54 UTC ---
commit b11f737096b34cd911d06489fd988289c5c38981
Author: Andoni Morales Alastruey <amorales at flumotion.com>
Date:   Fri Nov 19 17:25:01 2010 +0100

    mpegtsparse: fix handling of TOT and TDT sections. Fixes #635281.

    TDT and TOT sections, with PID=0x14, doesn't extend to several packets
    and the section filter is not needed here and shouldn't be used at all
    for these tables because the have a different structure.
    For example, TDT tables were not parsed for odd hours because this bit
    is the 'current_next_indicator' bit for the other sections, and the table
    was discarded.

commit 2611b12970d2c2254ecc3f0a6f02a09ffa82a16a
Author: Andoni Morales Alastruey <amorales at flumotion.com>
Date:   Fri Nov 19 17:22:06 2010 +0100

    mpegtsparse: don't calculate the CRC for TOT tables. Fixes #635281.

    TOT tables, with table_id=0x73, don't have a CRC, so don't calcute it

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