Fix native image capture code and DALi image saving
[platform/core/uifw/dali-adaptor.git] / plugins / video-player / tizen-video-player.cpp
index bbcabaf..d33e234 100644 (file)
@@ -206,6 +206,7 @@ void LogPlayerError( int error )
 TizenVideoPlayer::TizenVideoPlayer()
 : mPlayer( NULL ),
   mPlayerState( PLAYER_STATE_NONE ),
+  mTbmSurface( NULL ),
   mPacket( NULL ),
   mBackgroundColor( Dali::Stage::DEFAULT_BACKGROUND_COLOR ),
   mTargetType( NativeImage )