Chromium Code Reviews
DescriptionFix WebrtcVideoCapturerAdapter to emit frames even when nothing is changing.
Previously the adapter was signaling SignalVideoFrame only when the
frame has changes. Video sender in Webrtc stack may drop some frames
because VideoCapturer interface assumes that SignalVideoFrame is called
regularly. As results the changes were sometimes delivered to the
client too late. This change is a stopgap solution until we have
proper frame capture scheduling that integrates with the video sender
in webrtc.
BUG=547158
Committed: https://crrev.com/9885938514890759da65019cbce59c1d637a2c6b
Cr-Commit-Position: refs/heads/master@{#377459}
Patch Set 1 #
Total comments: 2
Patch Set 2 : #Messages
Total messages: 10 (4 generated)
|