summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2014-02-19 21:52:58 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-02-19 21:52:59 +0000
commitbf65553e56e7c5e1c198f48a0a17964fcfccf5da (patch)
treec68cc29003486c805b6cd382f2d394b81ca903fb /include
parent3f80319d5bddfaf11a1513777561096fc1447172 (diff)
parent26cee964ab4e0a2bd6ae9ad199ba78ea9634421c (diff)
downloadframeworks_av-bf65553e56e7c5e1c198f48a0a17964fcfccf5da.zip
frameworks_av-bf65553e56e7c5e1c198f48a0a17964fcfccf5da.tar.gz
frameworks_av-bf65553e56e7c5e1c198f48a0a17964fcfccf5da.tar.bz2
Merge "Handle recording failure more gracefully."
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/CameraSource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/stagefright/CameraSource.h b/include/media/stagefright/CameraSource.h
index 69cfbd0..dd0a106 100644
--- a/include/media/stagefright/CameraSource.h
+++ b/include/media/stagefright/CameraSource.h
@@ -172,7 +172,7 @@ protected:
const sp<IGraphicBufferProducer>& surface,
bool storeMetaDataInVideoBuffers);
- virtual void startCameraRecording();
+ virtual status_t startCameraRecording();
virtual void releaseRecordingFrame(const sp<IMemory>& frame);
// Returns true if need to skip the current frame.