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

Unified Diff: content/renderer/media/webrtc/video_destination_handler.cc

Issue 263323003: Revert of Refactor video capturing code in the render process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: content/renderer/media/webrtc/video_destination_handler.cc
diff --git a/content/renderer/media/webrtc/video_destination_handler.cc b/content/renderer/media/webrtc/video_destination_handler.cc
index 33352937719acb3ee2dd88d5be44826f533f7a72..ac16f1e693b0e96e3a74ff5dd28b36943e8ca107 100644
--- a/content/renderer/media/webrtc/video_destination_handler.cc
+++ b/content/renderer/media/webrtc/video_destination_handler.cc
@@ -116,7 +116,7 @@
new_frame->stride(media::VideoFrame::kVPlane),
frame_size.width(), frame_size.height());
- DeliverVideoFrame(new_frame, format_);
+ DeliverVideoFrame(new_frame);
}
// PpFrameWriterProxy is a helper class to make sure the user won't use
@@ -190,3 +190,4 @@
}
} // namespace content
+

Powered by Google App Engine
This is Rietveld 408576698