From 5aa95dd36cd0708d25accd8d745ae8ebc255758f Mon Sep 17 00:00:00 2001 From: James Dong Date: Mon, 8 Nov 2010 10:13:50 -0800 Subject: Update a comment about when setOrientationHint() should be called Change-Id: I389089390a552ee7a86823c050048dcec0a0eb2a --- media/java/android/media/MediaRecorder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/java/android/media/MediaRecorder.java b/media/java/android/media/MediaRecorder.java index c102de4..ecabae8 100644 --- a/media/java/android/media/MediaRecorder.java +++ b/media/java/android/media/MediaRecorder.java @@ -286,7 +286,7 @@ public class MediaRecorder /** * Sets the orientation hint for output video playback. - * This method should be called before start(). This method will not + * This method should be called before prepare(). This method will not * trigger the source video frame to rotate during video recording, but to * add a composition matrix containing the rotation angle in the output * video if the output format is OutputFormat.THREE_GPP or -- cgit v1.1