shaka-packager/packager/app/test
Aaron Vaage 2e9c2fe024 Fix Cue Insertion at Text Stream End
Problem : Text samples have variable length and therefore act
          more like continuous samples whereas audio and video
          act more like discrete samples. Since we use sample
          start time, a cue event could be inserted after the
          start time of the last text sample and never get
          inserted as there are no more samples.

Change : After all streams have requested flushing, we make sure
         to collect all remaining cue events from the sync point
         queue and insert them into each stream.

Issue #362

Change-Id: Id8f136f7ef53531f7a7f412613eac352324e0130
2018-05-15 22:01:09 +00:00
..
testdata Fix Cue Insertion at Text Stream End 2018-05-15 22:01:09 +00:00
packager_app.py Include shared_library and mpd_generator in ci and releases 2017-12-12 23:11:01 +00:00
packager_test.py Create Test For Ad Cues 2018-05-15 21:55:40 +00:00
test_env.py Include shared_library and mpd_generator in ci and releases 2017-12-12 23:11:01 +00:00