browserplugins/browseraudiovideoplugin/src/BavpControllerVideo.cpp
branchRCL_3
changeset 45 dbd79466b1ed
parent 18 4530440261a8
child 46 5dedbccec665
equal deleted inserted replaced
41:d6c1cc3e4806 45:dbd79466b1ed
   861         }
   861         }
   862 
   862 
   863     iBavpView->UpdateView();
   863     iBavpView->UpdateView();
   864 
   864 
   865     iVideoPlayer->SetPositionL( iClipInfo->iPosition );
   865     iVideoPlayer->SetPositionL( iClipInfo->iPosition );
       
   866     //Fix for "EABU-7ZW9YT" if the pause is initiated for foreground to background and also for plugin invisible and plugin playpause
       
   867     if(iCurrentState == EBavpPaused)
       
   868         iCurrentState = EBavpPlaying;
       
   869 
   866     iVideoPlayer->Play();
   870     iVideoPlayer->Play();
   867   // ETwelveOClock: Timer tick is on the second - from Symbian
   871   // ETwelveOClock: Timer tick is on the second - from Symbian
   868   if (!iBackLightUpdater->IsActive())
   872   if (!iBackLightUpdater->IsActive())
   869     {
   873     {
   870     iBackLightUpdater->Start( ETwelveOClock, this );
   874     iBackLightUpdater->Start( ETwelveOClock, this );