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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Apr 13 08:13:52 UTC 2016


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

--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
This now still fails... as now the integer is successfully parsed as "string"
:) To solve this properly we would need functions to check if something looks
like an integer (all digits, optionally starting with a - or +), double (same
as integer but with one .) or fraction (same as integer but with one /).

Should we go that route?

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