After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 749854 - Encoder: HEVC: Fix bug in Multi-Slice Encoding
Encoder: HEVC: Fix bug in Multi-Slice Encoding
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
0.5.11
Other Linux
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks: 743569
 
 
Reported: 2015-05-25 16:33 UTC by sreerenj
Modified: 2015-05-28 09:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sreerenj 2015-05-25 16:33:47 UTC
The HEVC encoder is not working correctly for Multi-slice(num-slices > 1) encoding .
Comment 1 sreerenj 2015-05-28 09:49:06 UTC
commit 55775c6203a7dc4c1ed9065176ebb83b7eeab783
Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
Date:   Thu May 28 05:43:49 2015 +0300

    encoder: hevc:  fix bug in multi slice encoding.
    
    This is a work-around for satisfying the VA-Intel driver.
    The driver only support slices begin from CTU row start address.
    
    Multi-Slice encoding also requires a fix in va-intel-driver:
    http://lists.freedesktop.org/archives/libva/2015-May/003351.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=749854
    
    Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com>