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

Unified Diff: remoting/protocol/webrtc_transport.h

Issue 2329653002: Add WebrtcVideoEncoder interface (Closed)
Patch Set: win Created 4 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 | « remoting/protocol/webrtc_dummy_video_encoder.cc ('k') | remoting/protocol/webrtc_transport.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/webrtc_transport.h
diff --git a/remoting/protocol/webrtc_transport.h b/remoting/protocol/webrtc_transport.h
index ad1cf0c270b0d5ea5b91a233f846b0182d24a508..c5c13fe6e8efcc8c65097c71686816cbdb4f2155 100644
--- a/remoting/protocol/webrtc_transport.h
+++ b/remoting/protocol/webrtc_transport.h
@@ -17,7 +17,7 @@
#include "crypto/hmac.h"
#include "remoting/protocol/transport.h"
#include "remoting/protocol/webrtc_data_stream_adapter.h"
-#include "remoting/protocol/webrtc_video_encoder_factory.h"
+#include "remoting/protocol/webrtc_dummy_video_encoder.h"
#include "remoting/signaling/signal_strategy.h"
#include "third_party/webrtc/api/peerconnectioninterface.h"
@@ -67,7 +67,7 @@ class WebrtcTransport : public Transport {
webrtc::PeerConnectionInterface* peer_connection();
webrtc::PeerConnectionFactoryInterface* peer_connection_factory();
- remoting::WebrtcVideoEncoderFactory* video_encoder_factory() {
+ WebrtcDummyVideoEncoderFactory* video_encoder_factory() {
return video_encoder_factory_;
}
@@ -131,7 +131,7 @@ class WebrtcTransport : public Transport {
std::unique_ptr<PeerConnectionWrapper> peer_connection_wrapper_;
- remoting::WebrtcVideoEncoderFactory* video_encoder_factory_;
+ WebrtcDummyVideoEncoderFactory* video_encoder_factory_;
bool negotiation_pending_ = false;
« no previous file with comments | « remoting/protocol/webrtc_dummy_video_encoder.cc ('k') | remoting/protocol/webrtc_transport.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698