gstreamer/subprojects/gst-plugins-good/ext/adaptivedemux2/hls
Jan Schmidt 3d0e8aa07e adaptivedemux2: Fix manifest access during seeking query
Avoid a deadlock if a downstream seeking query happens while the scheduler
thread is holding the manifest lock (for example during a seek back to live).

Instead, do a more elaborate fix where the external calls that need access to a
'manifest' access a copy that's updated during a manually triggered manifest
update callback.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3883>
2023-02-03 16:52:23 +00:00
..
gsthlsdemux-playlist-loader.c hlsdemux2: Immediately request playlist after URI changes 2023-02-03 16:52:23 +00:00
gsthlsdemux-playlist-loader.h hlsdemux2: Continue reworking code for async playlist updates 2023-02-03 16:52:23 +00:00
gsthlsdemux-preloader.c hlsdemux2: Calculate / transfer timing info for preloads 2023-02-03 16:52:22 +00:00
gsthlsdemux-preloader.h hlsdemux2/preloader: Implement basic request handling 2023-02-03 16:52:22 +00:00
gsthlsdemux-stream.c hlsdemux2: Wait for playlist load after a switch 2023-02-03 16:52:23 +00:00
gsthlsdemux-stream.h hlsdemux2: Continue reworking code for async playlist updates 2023-02-03 16:52:23 +00:00
gsthlsdemux-util.c hlsdemux2: Split the stream object out 2023-02-03 16:52:22 +00:00
gsthlsdemux.c adaptivedemux2: Fix manifest access during seeking query 2023-02-03 16:52:23 +00:00
gsthlsdemux.h adaptivedemux2: Fix manifest access during seeking query 2023-02-03 16:52:23 +00:00
gsthlselement.c adaptivedemux2: Prevent duplicate symbols on static builds 2022-06-15 01:13:16 +00:00
gsthlselements.h adaptivedemux2: Prevent duplicate symbols on static builds 2022-06-15 01:13:16 +00:00
m3u8.c hlsdemux2: Handle async playlist loading failures 2023-02-03 16:52:23 +00:00
m3u8.h hlsdemux2: Handle async playlist loading failures 2023-02-03 16:52:23 +00:00
meson.build hlsdemux2: Add HLS playlist loader 2023-02-03 16:52:23 +00:00