shaka-packager/packager/app/test
KongQun Yang 571ee24f3e Use PTS instead of DTS in ChunkingHandler
DTS was used in ChunkingHandler. As a result, SegmentInfo contained
timestamp in DTS. MP4Muxer has a logic to change SegmentInfo to use
PTS but not in other muxers.

Benefits of using PTS in ChunkingHandler:

- De-dup the redundant logic in MP4Muxer
- Ensure consistent behavior in different output containers
- Consistent with other timestamps, e.g. Ad Cue timestamps

Issue #413

Change-Id: Ib671badf144e0c0866d60f4ff0ac0cbbdd33817e
2018-07-02 21:58:45 +00:00
..
testdata Use PTS instead of DTS in ChunkingHandler 2018-07-02 21:58:45 +00:00
packager_app.py Update MpdGenerator to allow inject version for testing 2018-05-30 13:16:33 -07:00
packager_test.py Rebuild Text WebVtt to MP4 WebVtt 2018-06-01 19:49:56 +00:00
test_env.py Include shared_library and mpd_generator in ci and releases 2017-12-12 23:11:01 +00:00