[Bug 752085] dashdemux: revert changes introduced in fix for bug 751850

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 8 06:03:43 PDT 2015


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

--- Comment #15 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Yes, everything that refers to "next" segment actually means the current one,
except for has_next_segment(). The naming is a bit broken indeed.

has_next_segment() is used to check if there is a segment after the current
one, and that's what it actually does after my change. All the other "next"
functions are getting timestamps, durations, URIs, etc for the current segment.
And advance is switching the current segment to the next one.

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