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

Unified Diff: media/cast/cast_receiver.h

Issue 306783002: [Cast] Clean-up: Merge AudioReceiverConfig+VideoReceiverConfig-->FrameReceiverConfig. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 6 years, 7 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/cast_receiver.h
diff --git a/media/cast/cast_receiver.h b/media/cast/cast_receiver.h
index 22e7bda30b2af78b6814a50b32498fb3350287e5..2d83dd263fd28200268f3eb6f37198a64a31c8f6 100644
--- a/media/cast/cast_receiver.h
+++ b/media/cast/cast_receiver.h
@@ -70,8 +70,8 @@ class CastReceiver {
public:
static scoped_ptr<CastReceiver> Create(
scoped_refptr<CastEnvironment> cast_environment,
- const AudioReceiverConfig& audio_config,
- const VideoReceiverConfig& video_config,
+ const FrameReceiverConfig& audio_config,
+ const FrameReceiverConfig& video_config,
transport::PacketSender* const packet_sender);
// All received RTP and RTCP packets for the call should be sent to this

Powered by Google App Engine
This is Rietveld 408576698