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

Unified Diff: webrtc/audio/audio_receive_stream.cc

Issue 2539213003: Support external audio mixer. (Closed)
Patch Set: try to fix OSX build issue 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
« no previous file with comments | « webrtc/api/peerconnectioninterface.h ('k') | webrtc/media/base/fakemediaengine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
internal::AudioState* AudioReceiveStream::audio_state() const {
« no previous file with comments | « webrtc/api/peerconnectioninterface.h ('k') | webrtc/media/base/fakemediaengine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698