Revert "[4.0] Fix a launching issue by video view" 35/155735/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 16 Oct 2017 05:04:39 +0000 (14:04 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 16 Oct 2017 05:04:44 +0000 (14:04 +0900)
This reverts commit 4f457669ad0f49bab92fba78a3ad1655e4c28474.

Change-Id: Icf2fa325f5c6dddd5407ea47831a3acf24841246

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

index cbb2c19..1277a53 100644 (file)
@@ -215,7 +215,7 @@ TizenVideoPlayer::TizenVideoPlayer()
   mTbmSurface( NULL ),
   mPacket( NULL ),
   mNativeImageSourcePtr( NULL ),
-  mTimer(),
+  mTimer( NULL ),
   mBackgroundColor( Dali::Vector4( 1.0f, 1.0f, 1.0f, 0.0f ) ),
   mTargetType( NativeImage ),
   mPacketMutex(),