videoplayback/hbvideoplaybackview/viewsrc/mpxvideoplaybackdisplayhandler.cpp
changeset 36 8aed59de29f9
parent 31 45b81204cdd1
child 37 4eb2df7f7cbe
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    13 *
    13 *
    14 * Description:   Implementation of video playback display handler
    14 * Description:   Implementation of video playback display handler
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  18 %
    18 // Version : %version:  19 %
    19 
    19 
    20 #include <sysutil.h>
    20 #include <sysutil.h>
    21 #include <s32file.h>
    21 #include <s32file.h>
    22 #include <mpxcommand.h>
    22 #include <mpxcommand.h>
    23 #include <mpxcommandgeneraldefs.h>
    23 #include <mpxcommandgeneraldefs.h>
   170     if ( iVideoContainer )
   170     if ( iVideoContainer )
   171     {
   171     {
   172         delete iVideoContainer;
   172         delete iVideoContainer;
   173         iVideoContainer = NULL;
   173         iVideoContainer = NULL;
   174     }
   174     }
       
   175 
       
   176     iSurfaceId = TSurfaceId::CreateNullId();
   175 }
   177 }
   176 
   178 
   177 // -------------------------------------------------------------------------------------------------
   179 // -------------------------------------------------------------------------------------------------
   178 //   CMPXVideoPlaybackDisplayHandler::HandleVideoDisplayMessageL()
   180 //   CMPXVideoPlaybackDisplayHandler::HandleVideoDisplayMessageL()
   179 // -------------------------------------------------------------------------------------------------
   181 // -------------------------------------------------------------------------------------------------