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

Unified Diff: media/cast/rtp_receiver/rtp_receiver.cc

Issue 306783002: [Cast] Clean-up: Merge AudioReceiverConfig+VideoReceiverConfig-->FrameReceiverConfig. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed kFakeSoftwareAudio in AudioCodec enum, per hclam@. 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
« no previous file with comments | « media/cast/rtp_receiver/rtp_receiver.h ('k') | media/cast/test/end2end_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/rtp_receiver/rtp_receiver.cc
diff --git a/media/cast/rtp_receiver/rtp_receiver.cc b/media/cast/rtp_receiver/rtp_receiver.cc
index 2f95bf3b6679071e51d3294397159df530bbf013..f7ff50b3752d5dab9f3fdfd6770e48df9b172f25 100644
--- a/media/cast/rtp_receiver/rtp_receiver.cc
+++ b/media/cast/rtp_receiver/rtp_receiver.cc
@@ -14,8 +14,8 @@ namespace media {
namespace cast {
RtpReceiver::RtpReceiver(base::TickClock* clock,
- const AudioReceiverConfig* audio_config,
- const VideoReceiverConfig* video_config) :
+ const FrameReceiverConfig* audio_config,
+ const FrameReceiverConfig* video_config) :
packet_parser_(audio_config ? audio_config->incoming_ssrc :
(video_config ? video_config->incoming_ssrc : 0),
audio_config ? audio_config->rtp_payload_type :
« no previous file with comments | « media/cast/rtp_receiver/rtp_receiver.h ('k') | media/cast/test/end2end_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698