OSDN Git Service

Support for MediaRecorder stop exception in Camera
authorPannag Sanketi <psanketi@google.com>
Tue, 11 Oct 2011 01:38:53 +0000 (18:38 -0700)
committerPannag Sanketi <psanketi@google.com>
Wed, 12 Oct 2011 19:25:32 +0000 (12:25 -0700)
commitd383223561fe30ed667a347f87c442d4f21bff64
tree6c867db73a363daaa27004480ca4a2a3dfe6a606
parent810d56b4cf6c5893b48e7d56166bb18635052dec
Support for MediaRecorder stop exception in Camera

When the user of camera app presses "start" and "stop" very quickly with
the effects on, the MediaRecorder stop throws an exception since no
frames could be recorded before the user pressed stop. The
filterframework needs to take care of this issue separately as compared
to other RunTimeExceptions.

Related to bugs 5443546 and 5373197

Change-Id: I227fd1a81cbf9e48032e100111a896ffb691bf0c
mca/filterpacks/videosink/java/MediaEncoderFilter.java
mca/filterpacks/videosink/java/MediaRecorderStopException.java [new file with mode: 0644]