Relaxed unnecessarily stringent thread checking in WebRtcAudioSendStream::OnData().
BUG=webrtc:6345 Review-Url: https://codereview.webrtc.org/2332213006 Cr-Commit-Position: refs/heads/master@{#14214}
This commit is contained in:
parent
cbae0b475c
commit
6fa69c91d6
@ -1270,7 +1270,6 @@ class WebRtcVoiceMediaChannel::WebRtcAudioSendStream
|
||||
int sample_rate,
|
||||
size_t number_of_channels,
|
||||
size_t number_of_frames) override {
|
||||
RTC_DCHECK(!worker_thread_checker_.CalledOnValidThread());
|
||||
RTC_DCHECK(audio_capture_thread_checker_.CalledOnValidThread());
|
||||
RTC_DCHECK(voe_audio_transport_);
|
||||
voe_audio_transport_->PushCaptureData(config_.voe_channel_id, audio_data,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user