[Bug 760769] tests:audioconvert: Build error when running make check
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jan 18 16:24:38 PST 2016
https://bugzilla.gnome.org/show_bug.cgi?id=760769
Vineeth <vineeth.tm at samsung.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #319239|needs-work |none
status| |
Attachment #319239|0 |1
is obsolete| |
--- Comment #3 from Vineeth <vineeth.tm at samsung.com> ---
Created attachment 319316
--> https://bugzilla.gnome.org/attachment.cgi?id=319316&action=edit
fix int
using G_GINT64_CONSTANT instead of LL.
When using unsigned integer, G_GUINT64_CONSTANT,
the value of
(gdouble) (-(G_GUINT64_CONSTANT(32768) << 16)) / 2147483648.0
is coming as 8589934591.000000.
and the value of
-(G_GUINT64_CONSTANT (1) << 31) is coming as
18446744071562067968
Hence using signed integer.
--
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