[Bug 726829] codecparsers: h264: fix skipping of unsupported SEI messages

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 20 05:16:29 PDT 2014


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

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

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2014-05-20 12:16:23 UTC ---
This was pushed ages ago. Gwenole, could you please close bugs when you push
the patches?

commit 1b421808175ab96bf6fd22ccddb49837c152a72c
Author: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
Date:   Fri Mar 21 17:07:19 2014 +0100

    codecparsers: h264: fix skipping of unsupported SEI messages.

    The payloadSize does not account for emulation prevention bytes. So,
    just use nal_reader_skip() for skipping payload_size bits. It should
    be possible to further optimize this code since the NAL reader shall
    be aligned to byte boundary already.

    Kill the now unused nal_reader_skip_to_next_byte() function.

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

    Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne at intel.com>

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