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

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

Issue 519443002: Cast: merge InsertCoded{Audio,Video}Frame into InsertFrame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more missing test file fixed Created 6 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 | « media/cast/sender/audio_sender.cc ('k') | media/cast/test/cast_benchmarks.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/sender/video_sender.cc
diff --git a/media/cast/sender/video_sender.cc b/media/cast/sender/video_sender.cc
index 7e356924c9151a79e6ffb0151a89d8c8448f969f..1552749015d14c0bf45779520f930fcfc8ddde08 100644
--- a/media/cast/sender/video_sender.cc
+++ b/media/cast/sender/video_sender.cc
@@ -211,7 +211,7 @@ void VideoSender::SendEncodedVideoFrame(
encoded_frame->new_playout_delay_ms =
target_playout_delay_.InMilliseconds();
}
- transport_sender_->InsertCodedVideoFrame(*encoded_frame);
+ transport_sender_->InsertFrame(ssrc_, *encoded_frame);
}
void VideoSender::OnReceivedCastFeedback(const RtcpCastMessage& cast_feedback) {
« no previous file with comments | « media/cast/sender/audio_sender.cc ('k') | media/cast/test/cast_benchmarks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698