Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92b27daf authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 25858 into eclair

* changes:
  There is a know issue in PV regarding the video size return. Need to put a 1 second sleep before we get the video dimension
parents 4b5e7d90 17d7ea49
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -214,6 +214,7 @@ public class MediaRecorderTest extends ActivityInstrumentationTestCase<MediaFram
            Log.v(TAG, "before getduration");
            mOutputDuration = mediaPlayer.getDuration();
            Log.v(TAG, "get video dimension");
            Thread.sleep(1000);
            mOutputVideoHeight = mediaPlayer.getVideoHeight();
            mOutputVideoWidth = mediaPlayer.getVideoWidth();
            //mOutputVideoHeight = CodecTest.videoHeight(outputFilePath);