DescriptionFix DCHECK crash in RtcVideoEncoder.
webrtc::VideoEncoder is synchronized by webrtc::VideoSender.
The methods are called on different threads but that is OK.
SetRates and SetChannelParameters are called on ProcessThread
or libjingle worker thread. Encode is called on VieCaptureThread.
Others are called on libjingle worker thread.
BUG=chromium:350111
TESTS=webrtc call on CrOS.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279669
Patch Set 1 #Patch Set 2 : #Patch Set 3 : fix minor formatting #Patch Set 4 : address posciak's comment #Patch Set 5 : update comments #Messages
Total messages: 14 (0 generated)
|