[Bug 752374] dashdemux: gst_dash_demux_get_live_seek_range should not return negative values

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 15 04:59:53 PDT 2015


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

--- Comment #2 from Florin Apostol <florin.apostol at oregan.net> ---
the range will contain negative values. For example start=-10 stop=-5. Is this
a valid range? I think not. And I doubt that callers of this function will
check that start and stop are >0. And if later start and stop are used in
unsigned comparisons, we will have a big problem.

We could set start=0 and stop=0 if you want to return true. But I don't think
it is normal to return true and set start=-10 stop=-5

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