summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp/VideoEditorPreviewController.h
diff options
context:
space:
mode:
authorRajneesh Chowdury <rajneeshc@google.com>2011-03-01 21:15:25 -0800
committerRajneesh Chowdury <rajneeshc@google.com>2011-03-02 14:09:00 -0800
commit1e2469c689feeb2e90a38900151e2ef1e6117d07 (patch)
treede46ffaa4a2304805e0253b520ff3e04d2624d79 /libvideoeditor/lvpp/VideoEditorPreviewController.h
parent408e25b2508d97f7ae0b39acf46ab42b7c223c44 (diff)
downloadframeworks_av-1e2469c689feeb2e90a38900151e2ef1e6117d07.zip
frameworks_av-1e2469c689feeb2e90a38900151e2ef1e6117d07.tar.gz
frameworks_av-1e2469c689feeb2e90a38900151e2ef1e6117d07.tar.bz2
Fix for issue 3427268 Crash when stopping playback
Change-Id: I4cd615ffa8c5db39ec34dc14f6b09fad55cae263
Diffstat (limited to 'libvideoeditor/lvpp/VideoEditorPreviewController.h')
-rwxr-xr-xlibvideoeditor/lvpp/VideoEditorPreviewController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvideoeditor/lvpp/VideoEditorPreviewController.h b/libvideoeditor/lvpp/VideoEditorPreviewController.h
index e9e4e84..c9d7de0 100755
--- a/libvideoeditor/lvpp/VideoEditorPreviewController.h
+++ b/libvideoeditor/lvpp/VideoEditorPreviewController.h
@@ -137,6 +137,7 @@ private:
M4VIFI_UInt8* mFrameRGBBuffer;
M4VIFI_UInt8* mFrameYUVBuffer;
+ mutable Mutex mLockSem;
static M4OSA_ERR preparePlayer(void* param, int playerInstance, int index);
static M4OSA_ERR threadProc(M4OSA_Void* param);
static void notify(void* cookie, int msg, int ext1, int ext2);