videoplayback/videohelix/src/mpxvideoplaybackstate.cpp
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 14 8970fbd719ec
child 36 8aed59de29f9
--- a/videoplayback/videohelix/src/mpxvideoplaybackstate.cpp	Thu Apr 01 23:22:15 2010 +0300
+++ b/videoplayback/videohelix/src/mpxvideoplaybackstate.cpp	Thu Apr 01 23:32:44 2010 +0300
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version: 35 %
+// Version : %version: e003sa33#36 %
 
 
 //
@@ -990,7 +990,7 @@
             TInt64 pos( iVideoPlaybackCtlr->iSavedPosition );
             pos *= KPbMilliMultiplier;
             
-            iVideoPlaybackCtlr->iPlayer->SetPositionL( pos );
+            MPX_TRAPD( err, iVideoPlaybackCtlr->iPlayer->SetPositionL( pos ) );
         }
                
         MPX_DEBUG(_L("CMPXInitialisingState::HandleOpenComplete()  Sending Prepare()"));
@@ -1576,7 +1576,7 @@
     }
     else
     {
-        iVideoPlaybackCtlr->iPlayer->RefreshFrameL();
+        MPX_TRAPD( err, iVideoPlaybackCtlr->iPlayer->RefreshFrameL() );
     }
 }