gstreamer/ext/dash
David Waring 6dca8f5cce dashdemux: Fix detection for the end of segment.
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
2015-01-16 17:07:22 -03:00
..
gstdash_debug.h dash: use same debug category for dashdemux and the mpd parser 2013-07-01 14:22:02 -03:00
gstdashdemux.c dashdemux: remove unused segment attribute 2015-01-16 17:07:22 -03:00
gstdashdemux.h dashdemux: remove unused segment attribute 2015-01-16 17:07:22 -03:00
gstisoff.c dashdemux: parse the sidx index from isobmff streams 2015-01-16 15:00:11 -03:00
gstisoff.h dashdemux: parse the sidx index from isobmff streams 2015-01-16 15:00:11 -03:00
gstmpdparser.c dashdemux: Fix detection for the end of segment. 2015-01-16 17:07:22 -03:00
gstmpdparser.h dashdemux: check for profiles 2015-01-16 15:00:11 -03:00
gstplugin.c dashdemux: do not ignore failure to register typefinder 2014-04-10 17:52:02 +01:00
Makefile.am dashdemux: parse the sidx index from isobmff streams 2015-01-16 15:00:11 -03:00