shaka-packager/packager/media/chunking
Aaron Vaage 9a9f7d58b2 Update Cue Alignment Tests To Interweave Sample Data
Problem: Sending samples to the cue alignmenet handler did
         not reflect what was more likely to happen. In our
         tests we would send all the samples for one stream
         then all the samples for another stream. This created
         some special cases that would either not happen in
         reality or miss cases that would likely happen in
         reality.

Changes: Changes all tests to dispatch samples in an interlaced
         pattern that better reflects muxed content.

Change-Id: I985092154b62eb12d95499663d195ca6c103bc19
2018-05-07 16:25:10 +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 Spelling Mistake in Cue Alignment Handler 2018-04-06 13:16:55 -07:00
cue_alignment_handler.h Add Missing Header Guards To Cue Aligner 2018-04-26 17:51:02 +00:00
cue_alignment_handler_unittest.cc Update Cue Alignment Tests To Interweave Sample Data 2018-05-07 16:25:10 +00:00
sync_point_queue.cc Allow SyncPointQueue to be cancelled 2018-03-27 19:14:37 +00:00
sync_point_queue.h Allow SyncPointQueue to be cancelled 2018-03-27 19:14:37 +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