[Bug 606382] decodebin: Upstream events (seek,qos) get lost when switching groups/chains

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Aug 16 06:36:46 PDT 2015


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

--- Comment #48 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
The problem here is that hlsdemux switches to a new bitrate at the same time as
we send a seek. So the seek event goes to hlsdemux, returns TRUE, goes up to
playbin. Playbin sees that elements changed, gst_iterator_resync(), send event
again. But this time the streamsynchronizer pad at playsink is not linked
because the bitrate switch is currently happening.

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