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

Unified Diff: media/video/capture/win/video_capture_device_mf_win.cc

Issue 15906019: Hook up EncodedVideoSource on the browser side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screencast_cl_6
Patch Set: bbd3b746f Rebase. Created 7 years, 6 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/video/capture/win/video_capture_device_mf_win.cc
diff --git a/media/video/capture/win/video_capture_device_mf_win.cc b/media/video/capture/win/video_capture_device_mf_win.cc
index 113d77767631d88843578d48f3885d383892affe..2fa6c6cc588bc86151dfd1c15bda7cbcfa6de15e 100644
--- a/media/video/capture/win/video_capture_device_mf_win.cc
+++ b/media/video/capture/win/video_capture_device_mf_win.cc
@@ -307,6 +307,14 @@ bool VideoCaptureDeviceMFWin::Init() {
reader_.Receive()));
}
+VideoEncodingCapability VideoCaptureDeviceMFWin::GetEncodingCapability() {
+ return VideoEncodingCapability();
+}
+
+void VideoCaptureDeviceMFWin::TryConfigureEncodedBitstream(
+ const RuntimeVideoEncodingParameters& params) {
+}
+
void VideoCaptureDeviceMFWin::Allocate(
int width,
int height,

Powered by Google App Engine
This is Rietveld 408576698