[gstreamer-bugs] [Bug 614466] videomixer makes some formats grayscale

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 19 07:59:03 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=614466
  GStreamer | gst-plugins-good | unspecified

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.22

--- Comment #15 from Sebastian Dröge <slomo at circular-chaos.org> 2010-04-19 14:58:59 UTC ---
commit 3f88dce350afa87f68fcacecef585885d4b90aa2
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Mon Apr 19 16:43:28 2010 +0200

    videomixer: Add i387 floating point registers to the clobbered registers
lis

    They are the same as the mm0-mm7 MMX registers and will be overwritten
    by the assembly code if gcc doesn't know about the MMX registers.

    Note: They're all added to the list of clobbered registers in all cases
    and not only when __MMX__ is not defined just to make sure that no other
    bugs happen with this code just because some compiler version gets things
    wrong.

    Fixes bug #614466.

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