mmsharing/mmshengine/src/musengclipsession.cpp
branchRCL_3
changeset 38 ac48f0cc9f9c
parent 33 bc78a40cd63c
child 41 755f0370535b
--- a/mmsharing/mmshengine/src/musengclipsession.cpp	Tue Sep 14 21:13:00 2010 +0300
+++ b/mmsharing/mmshengine/src/musengclipsession.cpp	Wed Sep 15 12:09:15 2010 +0300
@@ -1105,11 +1105,13 @@
                         position.Int64(), 
                         duration.Int64() )
                         
-            TRAP( error, isRewindFromEnd = 
+            isRewindFromEnd = 
                         ( position.Int64() != 0 && 
+                          position.Int64() == duration.Int64() && 
                           !filesource->IsEnabled() && 
                           videoOut->State() == CMceMediaStream::EDisabled &&
-                          !iPause ) )
+                          !iPause );
+                          
             if(  isRewindFromEnd )
                 {
                 MUS_LOG( "mus: [ENGINE]     Rewind from end of clip" )