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

Unified Diff: webrtc/video_receive_stream.h

Issue 1369263002: Unify Transport and newapi::Transport interfaces. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: self-review Created 5 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 | « webrtc/video/video_quality_test.cc ('k') | webrtc/video_send_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video_receive_stream.h
diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h
index 955d87569bdc266ac836fd8611fb3f48f2d2b87a..b44bf1e16adf956e864c0dbf4abe6a004be5243d 100644
--- a/webrtc/video_receive_stream.h
+++ b/webrtc/video_receive_stream.h
@@ -89,7 +89,7 @@ class VideoReceiveStream : public ReceiveStream {
struct Config {
Config() = delete;
- explicit Config(newapi::Transport* rtcp_send_transport)
+ explicit Config(Transport* rtcp_send_transport)
: rtcp_send_transport(rtcp_send_transport) {}
std::string ToString() const;
@@ -144,7 +144,7 @@ class VideoReceiveStream : public ReceiveStream {
} rtp;
// Transport for outgoing packets (RTCP).
- newapi::Transport* rtcp_send_transport = nullptr;
+ Transport* rtcp_send_transport = nullptr;
// VideoRenderer will be called for each decoded frame. 'nullptr' disables
// rendering of this stream.
« no previous file with comments | « webrtc/video/video_quality_test.cc ('k') | webrtc/video_send_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698