From cb37692b7aeb9f49e07bc51da52b9c8616dd2ace Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Wed, 25 May 2011 11:31:18 +0200 Subject: [PATCH 1/2] Fix bad pattern --- src/org/linphone/core/video/AndroidCameraConf9.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/linphone/core/video/AndroidCameraConf9.java b/src/org/linphone/core/video/AndroidCameraConf9.java index c53e7fce4..683c0c5b5 100644 --- a/src/org/linphone/core/video/AndroidCameraConf9.java +++ b/src/org/linphone/core/video/AndroidCameraConf9.java @@ -49,7 +49,7 @@ class AndroidCameraConf9 implements AndroidCameraConf { public int getCameraOrientation(int cameraId) { android.hardware.Camera.CameraInfo info = new android.hardware.Camera.CameraInfo(); Camera.getCameraInfo(cameraId, info); - Log.d(LinphoneManager.TAG, String.format("Camera info for %i: orientation=%i returned=%i ", + Log.d(LinphoneManager.TAG, String.format("Camera info for %d: orientation=%d returned=%d ", cameraId, info.orientation, (info.orientation - 90) %360)); From 19e2d1cc03e3d881ab9a23d50a813a9226166026 Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Wed, 25 May 2011 11:32:26 +0200 Subject: [PATCH 2/2] Synchronize linphone module. --- submodules/linphone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/linphone b/submodules/linphone index 6fde35236..165a0584f 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit 6fde352364127eec92490b2a7f88d856f60342a6 +Subproject commit 165a0584fecc289698515ebe823da624b5441c2a