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

Unified Diff: pc/createpeerconnectionfactory.cc

Issue 3013123002: Remove unnecessary audio references in PeerConnectionFactory
Patch Set: Created 3 years, 3 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
« no previous file with comments | « api/peerconnectioninterface.h ('k') | pc/peerconnectionfactory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pc/createpeerconnectionfactory.cc
diff --git a/pc/createpeerconnectionfactory.cc b/pc/createpeerconnectionfactory.cc
index a62a7ae6f0508da3c9e30d43ae0cd9c0ffee6aaf..76e616ac13010613b88addc78cfca25e3a0ff85f 100644
--- a/pc/createpeerconnectionfactory.cc
+++ b/pc/createpeerconnectionfactory.cc
@@ -68,10 +68,9 @@ rtc::scoped_refptr<PeerConnectionFactoryInterface> CreatePeerConnectionFactory(
CreateRtcEventLogFactory();
return CreateModularPeerConnectionFactory(
- network_thread, worker_thread, signaling_thread, default_adm,
- audio_encoder_factory, audio_decoder_factory, video_encoder_factory,
- video_decoder_factory, audio_mixer, std::move(media_engine),
- std::move(call_factory), std::move(event_log_factory));
+ network_thread, worker_thread, signaling_thread, video_encoder_factory,
+ video_decoder_factory, std::move(media_engine), std::move(call_factory),
+ std::move(event_log_factory));
}
rtc::scoped_refptr<PeerConnectionFactoryInterface>
« no previous file with comments | « api/peerconnectioninterface.h ('k') | pc/peerconnectionfactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698