summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2013-04-18 15:57:08 -0700
committerAngus Kong <shkong@google.com>2013-04-18 16:00:23 -0700
commit5327af1220eaf5b35cca6229466ccdc51970ee8b (patch)
tree92cc4e9df3a4cc3ec3082cff45ce7cfa1fb29514 /src
parent0c65f5f024b62c67293073afff3543d72a84a5d0 (diff)
downloadandroid_packages_apps_Snap-5327af1220eaf5b35cca6229466ccdc51970ee8b.tar.gz
android_packages_apps_Snap-5327af1220eaf5b35cca6229466ccdc51970ee8b.tar.bz2
android_packages_apps_Snap-5327af1220eaf5b35cca6229466ccdc51970ee8b.zip
Pass the camera to recorders after all is set.
bug:8049369 Change-Id: I5cd658e78905a7b41f97ee0cce820f0c8bc99dd5
Diffstat (limited to 'src')
-rw-r--r--src/com/android/camera/VideoModule.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/camera/VideoModule.java b/src/com/android/camera/VideoModule.java
index d4be225a0..7ebc0e841 100644
--- a/src/com/android/camera/VideoModule.java
+++ b/src/com/android/camera/VideoModule.java
@@ -1490,6 +1490,7 @@ public class VideoModule implements CameraModule,
return;
}
+ if (!mActivity.mCameraDevice.waitDone()) return;
mCurrentVideoUri = null;
if (effectsActive()) {
initializeEffectsRecording();