DescriptionFixing issues with timestamps in video_quality_test.cc.
The fundamental issue is that RTCP packet timestamps were accidentally
being fed into wrap_handler_, causing it to think the 32-bit timestamp
had wrapped around when it actually hadn't.
Was also using a 32-bit timestamp instead of a 64-bit timestamp in one
place, meaning that if wrapping actually DID occur, the test would still
fail due to a 64-bit value being cast to a 32-bit value.
BUG=webrtc:5668
R=pbos@webrtc.org, sprang@webrtc.org
Committed: https://crrev.com/433b95a68585313fb5d607639e6a6f6d3de70427
Cr-Commit-Position: refs/heads/master@{#12055}
Patch Set 1 #Patch Set 2 : Typo. #
Total comments: 1
Messages
Total messages: 18 (8 generated)
|