[Bug 752428] dashdemux: replace sscanf with strtoul
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jul 15 09:45:36 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=752428
--- Comment #2 from Florin Apostol <florin.apostol at oregan.net> ---
A restrictive parser will at least detect the 123xyz situations and:
1) will issue a warning about suspicious values (very useful when debugging,
especially if we are talking about durations, ranges, etc)
2) could either return 123 (as it currently does) or the default value for that
attribute.
I started this ticket because I feel the default value might be a better
solution than returning a suspicious value. But indeed, for mandatory
attributes that means a failure to play.
--
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