DescriptionFixed time moving backwards in the AudioCodingModule.
There was a fast path in PreprocessToAddData that would just use the
input timestamps if the input format was equal to the required format of
the encoder. This works well as long as the codec never changes. If we
are first doing resampling (specifically upsampling) and then change to
a codec that does not require resampling, we'll need to stick to
whatever input timestamp we left off at, rather than silently accepting
whatever we're sent.
BUG=622435
Committed: https://crrev.com/63fb95a68d70cd7036db65c3378e91cb77faa44d
Cr-Commit-Position: refs/heads/master@{#13398}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Updated Dtx tests that moved the input timestamp backwards to not do that. #
Messages
Total messages: 20 (6 generated)
|