[Bug 760769] tests:audioconvert: Build error when running make check
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jan 18 23:57:50 PST 2016
https://bugzilla.gnome.org/show_bug.cgi?id=760769
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 4d2e338fe2d76b4621bbb66ae5f3740bd7ae8f9f
Author: Vineeth TM <vineeth.tm at samsung.com>
Date: Mon Jan 18 11:40:36 2016 +0900
tests:audioconvert: Fix integer overflow build error
value of 32768L << 16 and 1L << 31 is 2147483648
but it exceeds the positive range of int which is 2147483647
resulting in integer overflow error. Use G_GINT64_CONSTANT instead of L.
https://bugzilla.gnome.org/show_bug.cgi?id=760769
--
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