Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable MediaFoundationVideoCaptureForwardSampleTimestamps (uplift to 1.70.x) #25487

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/media/capture/video/win/video_capture_device_mf_win.cc b/media/capture/video/win/video_capture_device_mf_win.cc
index 780c79c5e1976d68480812c8862955a2829a8df3..4736824724984f1741fe46f415d6bcc1cac53154 100644
--- a/media/capture/video/win/video_capture_device_mf_win.cc
+++ b/media/capture/video/win/video_capture_device_mf_win.cc
@@ -54,7 +54,7 @@ namespace media {

BASE_FEATURE(kMediaFoundationVideoCaptureForwardSampleTimestamps,
"MediaFoundationVideoCaptureForwardSampleTimestamps",
- base::FEATURE_ENABLED_BY_DEFAULT);
+ base::FEATURE_DISABLED_BY_DEFAULT);

ULONGLONG CaptureModeToExtendedPlatformFlags(
mojom::EyeGazeCorrectionMode mode) {
Loading