[gstreamer-bugs] [Bug 623003] Major problems with calls to gst_util_uint64_scale()

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 28 03:27:01 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=623003
  GStreamer | gst-plugins-base | git

Sebastian Dröge <slomo> changed:

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

--- Comment #8 from Sebastian Dröge <slomo at circular-chaos.org> 2010-06-28 10:26:55 UTC ---
commit c076eb6bb0037b759d81d8b10b0094c70b8712e0
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Mon Jun 28 10:20:39 2010 +0200

    utils: Don't use G_GNUC_CONST for the uint64 scaling functions

    They are actually *not* const functions because on architectures
    without int128 instructions the parameters were changed.

    gcc re-used the parameters on the stack for multiple calls though
    and the changed parameters were used for the second call then.

    Fixes bug #623003.

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