[Bug 686294] tsdemux: Fix checking P-STD_buffer marker in PES header

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 18 17:07:48 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=686294
  GStreamer | gst-plugins-bad | 0.10.x

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.0.2

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-10-19 00:07:43 UTC ---
Thanks, pushed! Plus a few others, which also looked wrong.


commit 465374f3c8fd1dc2db3c79fe4de34636faedb18a
Author: Tim-Philipp Müller <tim at centricular.net>
Date:   Fri Oct 19 01:03:51 2012 +0100

    tsdemux: fix program packet sequence counter parsing in PES header

commit 10c881b107f0541d40aae1a8bf203144bfb93bb9
Author: Tim-Philipp Müller <tim at centricular.net>
Date:   Fri Oct 19 00:47:45 2012 +0100

    tsdemux: fix some inconsequential PES header parsing issues

    additional_copy_info: need to get rid of the highest
    bit, not the lowest one

    program_packet_sequence_counter: also need to get rid
    of the highest bit instead of multiplying with a random
    value

    original_stuff_length: want to AND 0x3f to extract the
    lowest 6 bits, not multiply by it.

    None of these fields are actually used though, so these
    should not have caused any issues.

commit 96406696898665db36d0a4665a4629c89f45b54e
Author: Raimo Järvi <raimo.jarvi at gmail.com>
Date:   Wed Oct 17 15:54:32 2012 +0300

    tsdemux: Fix parsing P-STD_buffer in PES header

    https://bugzilla.gnome.org/show_bug.cgi?id=686294

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