shaka-packager/packager/media/chunking
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
..
chunking.gyp Rename WebVttSegmenter To TextChunker 2018-03-26 17:58:56 +00:00
chunking_handler.cc Generate full segment after cue point 2018-03-27 19:14:26 +00:00
chunking_handler.h Generate full segment after cue point 2018-03-27 19:14:26 +00:00
chunking_handler_unittest.cc Generate full segment after cue point 2018-03-27 19:14:26 +00:00
cue_alignment_handler.cc Fix Cue Insertion at Text Stream End 2018-05-15 22:01:09 +00:00
cue_alignment_handler.h Store More Than One Cue 2018-05-14 22:10:07 +00:00
cue_alignment_handler_unittest.cc Fix Cue Insertion at Text Stream End 2018-05-15 22:01:09 +00:00
sync_point_queue.cc Fix Cue Insertion at Text Stream End 2018-05-15 22:01:09 +00:00
sync_point_queue.h Fix Cue Insertion at Text Stream End 2018-05-15 22:01:09 +00:00
text_chunker.cc Handle CueEvent in TextChunker 2018-03-29 11:03:15 -07:00
text_chunker.h Handle CueEvent in TextChunker 2018-03-29 11:03:15 -07:00
text_chunker_unittest.cc Handle CueEvent in TextChunker 2018-03-29 11:03:15 -07:00