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

Unified Diff: webrtc/pc/channel.h

Issue 1741933002: Prevent a voice channel from sending data before a renderer is set. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Adding a TODO and returning a const pointer. Created 4 years, 9 months 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/pc/channel.h
diff --git a/webrtc/pc/channel.h b/webrtc/pc/channel.h
index f72818924d598b062280e858711e05ea8c702add..30432819d1d41d77226e26995d51abc75689d2b0 100644
--- a/webrtc/pc/channel.h
+++ b/webrtc/pc/channel.h
@@ -336,7 +336,7 @@ class VoiceChannel : public BaseChannel {
bool SetAudioSend(uint32_t ssrc,
bool enable,
const AudioOptions* options,
- AudioRenderer* renderer);
+ AudioSource* source);
// downcasts a MediaChannel
virtual VoiceMediaChannel* media_channel() const {

Powered by Google App Engine
This is Rietveld 408576698