[Bug 757619] hlsdemux: incorrect segment start value on bitrate switch
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Nov 5 14:17:40 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=757619
--- Comment #5 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Currently group switches in playbin are handled by streamsynchronizer, which
assumes that running time starts from 0 again and fixes it up to be continuous
with what was there before. It basically works the same as gapless playback in
playbin.
That's why things would now fail otherwise.
I agree that this is weird and seems wrong but there's not much we can do about
that in the current decodebin.
The timestamp of the first pushed buffer after a switch should be the stream
time of the switch, but I'll double check tomorrow.
--
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