gstreamer/subprojects/gst-plugins-good/ext
Edward Hervey 964ee0299d hls/m3u8: Fix starting segment for live playlist
RFC 8216 6.3.3 "Playing the Media Playlist File" : states that for live media
playlists "the client SHOULD NOT choose a segment that starts less than three
target durations from the end of the Playlist file"

This is an off-by-one error. Since we are looking for the "index" of the
segment, we need to subtract 1 from the searched position.

Ex: For a playlist with 12 entries, we want to start playback on the 9th segment
... which is at index 8.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2259>
2022-04-22 08:06:27 +00:00
..
aalib aatv: Fixes for rain-mode 2021-12-20 09:28:50 +00:00
adaptivedemux2 hls/m3u8: Fix starting segment for live playlist 2022-04-22 08:06:27 +00:00
cairo meson: Build cairo subproject when unavailable on the system 2022-01-21 06:34:33 +00:00
dv Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
flac Replace gst-i18n-*.h with gi18n-lib.h 2022-04-19 18:01:06 +00:00
gdk_pixbuf Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
gtk navigation: Add support for key Modifiers in all relevant events 2022-03-25 15:16:03 +00:00
jack Replace gst-i18n-*.h with gi18n-lib.h 2022-04-19 18:01:06 +00:00
jpeg Replace gst-i18n-*.h with gi18n-lib.h 2022-04-19 18:01:06 +00:00
lame Replace gst-i18n-*.h with gi18n-lib.h 2022-04-19 18:01:06 +00:00
libcaca Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
libpng Replace gst-i18n-*.h with gi18n-lib.h 2022-04-19 18:01:06 +00:00
mpg123 mpg123: Add gapless playback support 2022-03-14 10:32:15 +02:00
pulse Replace gst-i18n-*.h with gi18n-lib.h 2022-04-19 18:01:06 +00:00
qt qmlglsrc: Fix deadlock when stopping 2022-04-06 10:54:51 +00:00
raw1394 Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
shout2 Replace gst-i18n-*.h with gi18n-lib.h 2022-04-19 18:01:06 +00:00
soup Replace gst-i18n-*.h with gi18n-lib.h 2022-04-19 18:01:06 +00:00
speex Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
taglib id3v2mux: Map GST_TAG_MUSICBRAINZ_RELEASETRACKID 2021-11-22 09:57:16 +00:00
twolame Replace gst-i18n-*.h with gi18n-lib.h 2022-04-19 18:01:06 +00:00
vpx devenv: Add some missing GStreamer specific env variables 2022-02-25 20:35:26 +00:00
wavpack Replace gst-i18n-*.h with gi18n-lib.h 2022-04-19 18:01:06 +00:00
meson.build New HLS, DASH and MSS adaptive demuxer elements 2022-04-18 14:11:23 +00:00