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

Unified Diff: media/cast/test/sender.cc

Issue 2113783002: Refactoring: Merge VideoSenderConfig and AudioSenderConfig. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: media/cast/test/sender.cc
diff --git a/media/cast/test/sender.cc b/media/cast/test/sender.cc
index 842440baa6a205118068c18076fd920b8a020e6e..6402354e75ff629446d2d9d9e0be88e4fa2663a5 100644
--- a/media/cast/test/sender.cc
+++ b/media/cast/test/sender.cc
@@ -223,9 +223,9 @@ int main(int argc, char** argv) {
LOG(INFO) << "Sending to " << remote_ip_address << ":" << remote_port
<< ".";
- media::cast::AudioSenderConfig audio_config =
+ media::cast::FrameSenderConfig audio_config =
media::cast::GetDefaultAudioSenderConfig();
- media::cast::VideoSenderConfig video_config =
+ media::cast::FrameSenderConfig video_config =
media::cast::GetDefaultVideoSenderConfig();
// Running transport on the main thread.

Powered by Google App Engine
This is Rietveld 408576698