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

Unified Diff: webrtc/voice_engine/channel_proxy.h

Issue 1991233004: Moved creation of AudioDecoderFactory to inside PeerConnectionFactory. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@audio-decoder-factory-injections-3
Patch Set: Removed explicit constructor qualifier. Fixed comment grammar. Created 4 years, 7 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/voice_engine/channel_proxy.h
diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h
index df0c3f22ef67cd0c5bf2d2ab34f92cd47c8a7751..e2d78b7ea1ac4b5a81a163e9bb9a00298439fb64 100644
--- a/webrtc/voice_engine/channel_proxy.h
+++ b/webrtc/voice_engine/channel_proxy.h
@@ -80,6 +80,7 @@ class ChannelProxy {
const PacketTime& packet_time);
virtual bool ReceivedRTCPPacket(const uint8_t* packet, size_t length);
+ const rtc::scoped_refptr<AudioDecoderFactory>& GetAudioDecoderFactory() const;
the sun 2016/05/30 19:09:53 virtual - this class should be fully mockable.
ossu 2016/06/02 15:47:47 Oh, right!
private:
Channel* channel() const;

Powered by Google App Engine
This is Rietveld 408576698