[Bug 762352] decoder: hevc: Fill dependent slice segment headers while parsing

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Feb 23 09:04:33 UTC 2016


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

sreerenj <bsreerenj at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from sreerenj <bsreerenj at gmail.com> ---
commit ffd5028a38da45ed7e67c377590078534aca3078
Author: Scott D Phillips <scott.d.phillips at intel.com>
Date:   Tue Feb 23 10:55:02 2016 +0200

    decoder: hevc: Fill dependent slice segment headers while parsing

    Copy the data into the dependent slice segment header from the
    corresponding independent slice segment header during parsing.

    Previously the reference to the "previous" independent header was
    held through the parsing phase and then dereferenced during the
    decoding phase. This caused all dependent headers to be populated
    with the data of the AU's last independent header instead of the
    proper corresponding header.

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

    Changes since v1:
    - Reworded commit message

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