| Index: webrtc/api/androidtests/src/org/webrtc/Camera2CapturerTest.java
|
| diff --git a/webrtc/api/androidtests/src/org/webrtc/Camera2CapturerTest.java b/webrtc/api/androidtests/src/org/webrtc/Camera2CapturerTest.java
|
| index 349b7da4ff44a85b81d76109b7c32754da69eabf..0326e548097abf5af934a382dd72010cfa289340 100644
|
| --- a/webrtc/api/androidtests/src/org/webrtc/Camera2CapturerTest.java
|
| +++ b/webrtc/api/androidtests/src/org/webrtc/Camera2CapturerTest.java
|
| @@ -269,7 +269,7 @@ public class Camera2CapturerTest extends InstrumentationTestCase {
|
| fixtures.cameraFreezedEventOnBufferStarvation();
|
| }
|
|
|
| - // This test that frames forwarded to a renderer is scaled if onOutputFormatRequest is
|
| + // This test that frames forwarded to a renderer is scaled if adaptOutputFormat is
|
| // called. This test both Java and C++ parts of of the stack.
|
| @MediumTest
|
| public void testScaleCameraOutput() throws InterruptedException {
|
|
|