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

Unified Diff: media/video/capture/mac/avfoundation_glue.h

Issue 223513002: Mac AVfoundation: Change AVVideoScalingModeResizeAspect -> AVVideoScalingModeResizeAspectFill (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | media/video/capture/mac/avfoundation_glue.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/capture/mac/avfoundation_glue.h
diff --git a/media/video/capture/mac/avfoundation_glue.h b/media/video/capture/mac/avfoundation_glue.h
index de46127179716ce3d2dfe8a85d988be01409f0d9..12262fa86e2e2cc74c133d45cca69e6a90691ace 100644
--- a/media/video/capture/mac/avfoundation_glue.h
+++ b/media/video/capture/mac/avfoundation_glue.h
@@ -47,7 +47,7 @@ class MEDIA_EXPORT AVFoundationGlue {
// Originally from AVVideoSettings.h but in global namespace.
static NSString* AVVideoScalingModeKey();
- static NSString* AVVideoScalingModeResizeAspect();
+ static NSString* AVVideoScalingModeResizeAspectFill();
static Class AVCaptureSessionClass();
static Class AVCaptureVideoDataOutputClass();
« no previous file with comments | « no previous file | media/video/capture/mac/avfoundation_glue.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698