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 623418 - [ffmpegcolorspace] Fix packed 4:2:2 YUV to 8 bit grayscale conversion for odd widths
[ffmpegcolorspace] Fix packed 4:2:2 YUV to 8 bit grayscale conversion for odd...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.30
Other Linux
: Normal blocker
: 0.10.30
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-02 18:11 UTC by Sebastian Dröge (slomo)
Modified: 2010-07-02 18:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ffmpegcolorspace: Fix conversion of packed 4:2:2 YUV to 8 bit grayscale (1.12 KB, patch)
2010-07-02 18:11 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2010-07-02 18:11:28 UTC
As exposed by the videoscale unit test... now the test is 100% clean finally.
Comment 1 Sebastian Dröge (slomo) 2010-07-02 18:11:49 UTC
Created attachment 165130 [details] [review]
ffmpegcolorspace: Fix conversion of packed 4:2:2 YUV to 8 bit grayscale

The last pixel wasn't written before for odd widths.

Fixes bug #623418.
Comment 2 Sebastian Dröge (slomo) 2010-07-02 18:18:20 UTC
commit 263201d9e7e3c9b188233a7b8e50f44e5263263d
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Fri Jul 2 20:09:58 2010 +0200

    ffmpegcolorspace: Fix conversion of packed 4:2:2 YUV to 8 bit grayscale
    
    The last pixel wasn't written before for odd widths.
    
    Fixes bug #623418.