[gstreamer-bugs] [Bug 594599] videobox: converts AYUV to I420 incorrectly

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 9 07:03:36 PDT 2009


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


Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
         AssignedTo|slomo at circular-chaos.org    |gstreamer-bugs at lists.source
                   |                            |forge.net
   Target Milestone|HEAD                        |0.10.17


--- Comment #3 from Sebastian Dröge <slomo at circular-chaos.org> 2009-09-09 14:03:33 UTC ---
commit 1262476f42fb80a73e7ed379ad52d8a51419d9e0
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Wed Sep 9 16:02:03 2009 +0200

    videobox: Fix AYUV->I420 conversion

    For this fix the averaging of the chroma values. It should't be (a/2 + b)/2
    but just (a + b)/2.

    Fixes bug #594599.

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