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

Unified Diff: webrtc/video_send_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_receive_stream.h ('k') | webrtc/voice_engine/channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video_send_stream.h
diff --git a/webrtc/video_send_stream.h b/webrtc/video_send_stream.h
index 1c37390dd7c9b0a257695cbb2ea3eb7cab3099af..04f4fea31c1d0356bf9c540dda2eae211d14b288 100644
--- a/webrtc/video_send_stream.h
+++ b/webrtc/video_send_stream.h
@@ -67,7 +67,7 @@ class VideoSendStream : public SendStream {
struct Config {
Config() = delete;
- explicit Config(newapi::Transport* send_transport)
+ explicit Config(Transport* send_transport)
: send_transport(send_transport) {}
std::string ToString() const;
@@ -121,7 +121,7 @@ class VideoSendStream : public SendStream {
} rtp;
// Transport for outgoing packets.
- newapi::Transport* send_transport = nullptr;
+ Transport* send_transport = nullptr;
// Callback for overuse and normal usage based on the jitter of incoming
// captured frames. 'nullptr' disables the callback.
« no previous file with comments | « webrtc/video_receive_stream.h ('k') | webrtc/voice_engine/channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698