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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Nov 22 03:33:57 PST 2010


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

Andoni Morales <ylatuya> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
         AssignedTo|gstreamer-bugs at lists.source |ylatuya at gmail.com
                   |forge.net                   |
     Ever Confirmed|0                           |1

--- Comment #5 from Andoni Morales <ylatuya at gmail.com> 2010-11-22 11:33:54 UTC ---
Created an attachment (id=175019)
 View: https://bugzilla.gnome.org/attachment.cgi?id=175019
 Review: https://bugzilla.gnome.org/review?bug=635281&attachment=175019

Create sub buffer with the section length

Just one thing missing in the previous patches. The sub buffer of the section
must have the size of the section: 8+1+1+2+12+40 (in bits), so we can't reuse
the first sub buffer created with the payload of the TS packet and we neeed to
create a new one with 3 + section_length bytes.

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