DescriptionFix incorrect config id being associated with post splice buffer.
The code was using splice_buffers_index_ >= splice_buffer.size()
to indicate that all pre splice buffers have been handed out.
However this meant that the config change after handing out all
pre splice buffers would incorrectly use the config id of the
splice container instead of the last buffer (which is the first
post splice buffer). See GetConfigId() for more details.
This change fixes several tests and adds a new one to catch this
explicitly.
BUG=334493
TEST=new unittests, fixed existing tests!
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267098
Patch Set 1 #Patch Set 2 : Fix ChunkDemuxer test. #
Messages
Total messages: 13 (0 generated)
|