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

Unified Diff: webrtc/video/video_receive_stream.cc

Issue 1814763002: Cleanup of webrtc::VideoRenderer (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 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/video_quality_test.cc ('k') | webrtc/video_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/video_receive_stream.cc
diff --git a/webrtc/video/video_receive_stream.cc b/webrtc/video/video_receive_stream.cc
index 6cc27941900831b4b5340d13fa8c3b3d21c19103..79fb0b6ddfff023a83f450567ed5a4d1b0cf763c 100644
--- a/webrtc/video/video_receive_stream.cc
+++ b/webrtc/video/video_receive_stream.cc
@@ -393,9 +393,7 @@ int VideoReceiveStream::RenderFrame(const uint32_t /*stream_id*/,
// VideoFrame.
if (config_.renderer != nullptr)
- config_.renderer->RenderFrame(
- video_frame,
- video_frame.render_time_ms() - clock_->TimeInMilliseconds());
+ config_.renderer->OnFrame(video_frame);
stats_proxy_.OnRenderedFrame(video_frame);
« no previous file with comments | « webrtc/video/video_quality_test.cc ('k') | webrtc/video_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698