Revert "[4.0] Fixed SVACE issue" 64/153364/1
authorJinho, Lee <jeano.lee@samsung.com>
Thu, 28 Sep 2017 06:28:50 +0000 (15:28 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Thu, 28 Sep 2017 06:28:52 +0000 (15:28 +0900)
This reverts commit 70eaec057e8b75f08ac2f6aa65a232744a561613.

Change-Id: Iae8e583d45fc3e9a46ad733698052ae9b20df013

dali-extension/video-player/tizen-video-player.cpp

index 1277a53..f7baa50 100644 (file)
@@ -209,18 +209,11 @@ void LogPlayerError( int error )
 } // unnamed namespace
 
 TizenVideoPlayer::TizenVideoPlayer()
-: mUrl(),
-  mPlayer( NULL ),
+: mPlayer( NULL ),
   mPlayerState( PLAYER_STATE_NONE ),
   mTbmSurface( NULL ),
   mPacket( NULL ),
-  mNativeImageSourcePtr( NULL ),
-  mTimer( NULL ),
-  mBackgroundColor( Dali::Vector4( 1.0f, 1.0f, 1.0f, 0.0f ) ),
   mTargetType( NativeImage ),
-  mPacketMutex(),
-  mPacketVector(),
-  mEcoreWlWindow( NULL ),
   mAlphaBitChanged( false )
 {
 }