[Bug 749253] h263parse: fix picture format parsing

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 13 03:55:48 PDT 2015


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.5.1
            Summary|H263parse CPFMT read error  |h263parse: fix picture
                   |issue.                      |format parsing

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks, pushed:

commit 6adf3c2499f81e9254e160e04ce3c821bd47938d
Author: Lyon Wang <lyon.wang at freescale.com>
Date:   Tue May 12 15:47:33 2015 +0800

    h263parse: fix custom picture format (CPFMT) parsing

    In the H263 spec, CPFMT is present only if the use of a custom
    picture format is signalled in PLUSEPTYPE and UFEP is "001",
    so we need to check params->format and only if the value is
    6 (custom source format) the CPFMT should be read, otherwise
    it's not present and wrong data will be parsed.

    When reading the CPFMT, the width and height were not
    calculated correctly (wrong bitmask).

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

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