2e9c2fe024
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 |
||
---|---|---|
.. | ||
chunking.gyp | ||
chunking_handler.cc | ||
chunking_handler.h | ||
chunking_handler_unittest.cc | ||
cue_alignment_handler.cc | ||
cue_alignment_handler.h | ||
cue_alignment_handler_unittest.cc | ||
sync_point_queue.cc | ||
sync_point_queue.h | ||
text_chunker.cc | ||
text_chunker.h | ||
text_chunker_unittest.cc |