Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Unified Diff: webrtc/audio/audio_receive_stream.cc

Issue 2539213003: Support external audio mixer. (Closed)
Patch Set: Review response Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/audio/audio_receive_stream.cc
diff --git a/webrtc/audio/audio_receive_stream.cc b/webrtc/audio/audio_receive_stream.cc
index 81ffdade5ce62a4029e633b6f70f51d0e623e5b9..fb2b4d011d2743045e9b7436c150dddf0c4e64a1 100644
--- a/webrtc/audio/audio_receive_stream.cc
+++ b/webrtc/audio/audio_receive_stream.cc
@@ -312,7 +312,7 @@ int AudioReceiveStream::PreferredSampleRate() const {
}
int AudioReceiveStream::Ssrc() const {
- return config_.rtp.local_ssrc;
+ return config_.rtp.remote_ssrc;
the sun 2016/12/07 15:56:08 good catch!
}
internal::AudioState* AudioReceiveStream::audio_state() const {

Powered by Google App Engine
This is Rietveld 408576698