mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
6dca8f5cce
The segment start time is calculated as the offset into the current segment. The old condition to detect the end of period (i.e. segment start time > period start + period duration) failed when the period start was not 0 since the segment start time does not take the period start time into account. Fix this detection by only comparing the segment start to the period duration. https://bugzilla.gnome.org/show_bug.cgi?id=733369 |
||
---|---|---|
.. | ||
gstdash_debug.h | ||
gstdashdemux.c | ||
gstdashdemux.h | ||
gstisoff.c | ||
gstisoff.h | ||
gstmpdparser.c | ||
gstmpdparser.h | ||
gstplugin.c | ||
Makefile.am |