[Bug 764288] structure: Large integer gets detected as double instead of int64

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 28 18:52:26 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=764288

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Alternatively it should just fail for things that are bigger than G_MAXINT.
Switching from int to int64 (or double) just because of adding another 0 into a
string probably caused a few surprises in the past already.

We probably can't change this for 1.x though, might want to warn about it
though.

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