gstreamer/subprojects/gst-plugins-good/ext/adaptivedemux2
Jakub Adam 1248e4c462 adaptivedemux2: wake waiting streams upon completed manifest downlaod
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>
2025-03-05 11:37:26 +00:00
..
dash dashdemux2: Do not set empty string 'track_id' 2025-02-24 16:57:23 +00:00
hls adaptivedemux: Add 'backoff' logic for HTTP request 2025-02-24 16:57:23 +00:00
mss
downloadhelper.c adaptivedemux2: Implement file:// URI handling 2024-07-30 00:06:50 +00:00
downloadhelper.h
downloadrequest.c
downloadrequest.h
gstadaptivedemux-period.c
gstadaptivedemux-private.h adaptivedemux: Add 'backoff' logic for HTTP request 2025-02-24 16:57:23 +00:00
gstadaptivedemux-stream.c adaptivedemux: Add 'backoff' logic for HTTP request 2025-02-24 16:57:23 +00:00
gstadaptivedemux-stream.h
gstadaptivedemux-track.c adaptivedemux2: Fix usage of GstClockTime vs GstClockTimeDiff 2025-01-13 08:08:00 +00:00
gstadaptivedemux-types.h
gstadaptivedemux.c adaptivedemux2: wake waiting streams upon completed manifest downlaod 2025-03-05 11:37:26 +00:00
gstadaptivedemux.h adaptivedemux: Add 'backoff' logic for HTTP request 2025-02-24 16:57:23 +00:00
gstadaptivedemuxelement.c soup: Link to libsoup in all cases on non-Linux 2024-02-21 09:27:59 +05:30
gstadaptivedemuxelements.h
gstadaptivedemuxutils.c common: Stop using GQuark-based GstStructure name API 2024-09-26 19:21:29 +03:00
gstadaptivedemuxutils.h
gstisoff.c good: Clearly specify fallthrough in switch/case 2025-01-13 12:51:45 +00:00
gstisoff.h
meson.build soup: Ensure that libsoup RPATHs are added with Homebrew too 2025-02-09 14:25:31 +00:00
plugin.c