gstreamer/tests/check
Alex Ashley a11f7ed924 dashdemux: include both Period start and presentationTimeOffset in segment start
The start of each segment is relative to the Period start, minus
the presentation time offset.

As specified in section 5.3.9.6 of the MPEG DASH specification:
    The value of the @t attribute minus the value of the
    @presentationTimeOffset specifies the MPD start time of
    the first Segment in the series.

dashdemux was not taking account of presentationTimeOffset and in
some methods was not taking into account the Period start time.
This commit modifies the segment->start value to always be
relative to the MPD start time (zero for VOD,
availabilityStartTime for live streams). This makes all uses of
the segment list consistent.

Fixes #841
2019-06-01 21:25:33 +00:00
..
elements dashdemux: include both Period start and presentationTimeOffset in segment start 2019-06-01 21:25:33 +00:00
generic checks: Ensure thread-safe libX11/GL when running tests 2015-08-15 19:04:42 +02:00
libs Run gst-indent through the files 2018-11-28 14:18:26 +00:00
media meson test: Enable libs tests 2017-12-08 18:42:22 +01:00
pipelines tests: ipcpipeline: fix struct initialisation warnings with clang 2018-01-17 12:06:29 +00:00
.gitignore Ignore registries in any format. 2007-09-19 18:22:23 +00:00
gst-plugins-bad.supp tests/check/gst-plugins-bad.supp: Add suppressions for SoundTouch valgrind warnings and a valgrind warning caused by ... 2008-02-22 06:42:28 +00:00
Makefile.am tests: h264parse: add minimal unit test for closed caption SEI parsing 2019-04-08 19:21:34 +01:00
meson.build meson: Remove redundant env set operation 2019-04-13 11:34:22 +05:30