| Index: webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java
|
| diff --git a/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java b/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java
|
| index 1ce7770167f8273e8a05ac40082c257af8a3d659..69172c33a1ac6458ecddaab1c4b0ef88ff8ad3b5 100644
|
| --- a/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java
|
| +++ b/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java
|
| @@ -929,6 +929,7 @@ public class PeerConnectionClient {
|
| + isError);
|
| return;
|
| }
|
| + Log.d(TAG, "changeCaptureFormat: " + width + "x" + height + "@" + framerate);
|
| videoCapturer.onOutputFormatRequest(width, height, framerate);
|
| }
|
|
|
|
|