mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
Fix an off-by-one in gst_hls_media_playlist_sync_to_playlist() that would ignore the first fragment in the reference playlist. The error was harmless, since we expect the reference playlist to be older than the playlist we're synchronising (so the first/oldest segment in the reference playlist will likely not exist in the new playlist), so this is just for correctness. Also fix a segment leak in gst_hls_media_playlist_advance_fragment() when ignoring the partial_only segment. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3883> |
||
---|---|---|
.. | ||
gsthlsdemux-util.c | ||
gsthlsdemux.c | ||
gsthlsdemux.h | ||
gsthlselement.c | ||
gsthlselements.h | ||
m3u8.c | ||
m3u8.h | ||
meson.build |