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

Unified Diff: webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java

Issue 2015143004: CameraEnumerationAndroid: Remove Enumerator class (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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
« no previous file with comments | « webrtc/api/java/android/org/webrtc/CameraEnumerator.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java
diff --git a/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java b/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java
index d9793cf591f3103933624cd88e117f1fea9ca4c0..fbffbb80f41a6932f410818d16fc01fc1b088049 100644
--- a/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java
+++ b/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java
@@ -207,7 +207,7 @@ public class VideoCapturerAndroid implements
@Override
public List<CaptureFormat> getSupportedFormats() {
- return CameraEnumerationAndroid.getSupportedFormats(getCurrentCameraId());
+ return CameraEnumerator.getSupportedFormats(getCurrentCameraId());
}
// Returns true if this VideoCapturer is setup to capture video frames to a SurfaceTexture.
« no previous file with comments | « webrtc/api/java/android/org/webrtc/CameraEnumerator.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698