mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-10 22:01:29 +00:00
Fixes race when a live stream finishes playing all segments from a dynamic manifest and waits for its update. If the manifest meanwhile changes from dynamic to static and this update is received asynchronously, periodic calls of gst_adaptive_demux_manifest_update_cb will stop. As a result the blocked stream won't get notified about the updated manifest and will remain stuck indefinitely. Also removed the wake-up code from gst_adaptive_demux_manifest_update_cb where it remained as a relic from previous implementation when manifest updates were synchronous. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8587> |
||
---|---|---|
.. | ||
dash | ||
hls | ||
mss | ||
downloadhelper.c | ||
downloadhelper.h | ||
downloadrequest.c | ||
downloadrequest.h | ||
gstadaptivedemux-period.c | ||
gstadaptivedemux-private.h | ||
gstadaptivedemux-stream.c | ||
gstadaptivedemux-stream.h | ||
gstadaptivedemux-track.c | ||
gstadaptivedemux-types.h | ||
gstadaptivedemux.c | ||
gstadaptivedemux.h | ||
gstadaptivedemuxelement.c | ||
gstadaptivedemuxelements.h | ||
gstadaptivedemuxutils.c | ||
gstadaptivedemuxutils.h | ||
gstisoff.c | ||
gstisoff.h | ||
meson.build | ||
plugin.c |