aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorJianhong Jiang <jianhong@google.com>2009-10-06 15:48:14 -0700
committerJianhong Jiang <jianhong@google.com>2009-10-06 15:48:14 -0700
commitf4d89215ad1a616623cd57271db8ce19c2b6230c (patch)
treecccf15ec6dc0adb37e0c0722af8e6ec5da7fea9d /engines
parentcdf1a2078efcecb284b89d4719c6eb0000b0681a (diff)
downloadopencore-f4d89215ad1a616623cd57271db8ce19c2b6230c.tar.gz
RIO-6735: author engine return success if it is already in PVAE_STATE_INITIALIZED state.
Diffstat (limited to 'engines')
-rw-r--r--engines/author/src/pvauthorengine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/author/src/pvauthorengine.cpp b/engines/author/src/pvauthorengine.cpp
index e949107d0..4c790bacb 100644
--- a/engines/author/src/pvauthorengine.cpp
+++ b/engines/author/src/pvauthorengine.cpp
@@ -1469,6 +1469,8 @@ PVMFStatus PVAuthorEngine::DoStop(PVEngineCommand& aCmd)
switch (GetPVAEState())
{
+ case PVAE_STATE_INITIALIZED:
+ return PVMFSuccess;
case PVAE_STATE_RECORDING:
case PVAE_STATE_PAUSED:
iAuthorClock.Stop();