[Bug 695846] [hlsdemux] No longer switches pads on playlist changes

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 9 00:08:49 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=695846
  GStreamer | gst-plugins-bad | git

--- Comment #10 from Sebastian Dröge <slomo at circular-chaos.org> 2013-07-09 07:08:46 UTC ---
Well, how would you detect if a new pad has to be added or not? There's nothing
in HLS that tells us that the next fragment is the seamless continuation of the
previous fragment. We could check the caps for equality, but the caps should
always be equal anyway "video/mpegts". So either we always switch or we can't
do anything about the continuation errors that Tim reported.

Independent of that the pad switching itself is completely broken as my patch
shows :) The segments look correct, yes, I'm not sure yet what exactly is the
problem. Might be related to the about-to-finish bug, the handling is almost
the same.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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