[Bug 752492] dashdemux: suggestedPresentationDelay should be positive

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Sep 8 06:42:04 PDT 2015


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

--- Comment #6 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
While I've not actually tried it, this is a cheap way to ensure nothing in the
code above can read negative numbers. "read" is a gint, sscanf reads %d and not
%u. If you think this is impossible, and all possible - signs end up in the
first test, I'll remove that second test.

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