browserplugins/browseraudiovideoplugin/src/BavpControllerVideo.cpp
branchRCL_3
changeset 45 dbd79466b1ed
parent 18 4530440261a8
child 46 5dedbccec665
--- a/browserplugins/browseraudiovideoplugin/src/BavpControllerVideo.cpp	Fri Feb 19 22:53:19 2010 +0200
+++ b/browserplugins/browseraudiovideoplugin/src/BavpControllerVideo.cpp	Fri Mar 12 15:43:05 2010 +0200
@@ -863,6 +863,10 @@
     iBavpView->UpdateView();
 
     iVideoPlayer->SetPositionL( iClipInfo->iPosition );
+    //Fix for "EABU-7ZW9YT" if the pause is initiated for foreground to background and also for plugin invisible and plugin playpause
+    if(iCurrentState == EBavpPaused)
+        iCurrentState = EBavpPlaying;
+
     iVideoPlayer->Play();
   // ETwelveOClock: Timer tick is on the second - from Symbian
   if (!iBackLightUpdater->IsActive())