Chromium Code Reviews
DescriptionFix failed capture handling in WebrtcVideoStream
Previously, when a capture request fails, WebrtcVideoStream was
saving the corresponding event timestamp and then reusing it for
the following frame. That logic was implemented incorrectly - it
worked properly only when key_frame_request_ is set. This caused
the test to fail under MSAN as the key_frame_request_ is
set with a delay.
It's questionable if that logic is useful, so this CL removes it
together with the corresponding test. Also improved handling of
failed captures in WebrtcFrameSchedulerSimple.
BUG=697178
Review-Url: https://codereview.chromium.org/2757923004
Cr-Commit-Position: refs/heads/master@{#458569}
Committed: https://chromium.googlesource.com/chromium/src/+/5e372bf6de94cb418ab952d9e33d2cfa0269e987
Patch Set 1 #
Total comments: 2
Patch Set 2 : add comment #Patch Set 3 : . #
Total comments: 2
Messages
Total messages: 18 (9 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||