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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 28 01:22:24 PDT 2010


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

--- Comment #7 from Sebastian Dröge <slomo at circular-chaos.org> 2010-06-28 08:22:20 UTC ---
Created an attachment (id=164789)
 View: https://bugzilla.gnome.org/attachment.cgi?id=164789
 Review: https://bugzilla.gnome.org/review?bug=623003&attachment=164789

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