Fix a launching issue by video view 21/155821/1
authortaeyoon0.lee <taeyoon0.lee@samsung.com>
Mon, 25 Sep 2017 08:45:45 +0000 (17:45 +0900)
committertaeyoon0.lee <taeyoon0.lee@samsung.com>
Mon, 16 Oct 2017 08:15:45 +0000 (17:15 +0900)
 - Modified wrong initialization

Change-Id: Id0f09249ae77fd0ce70559acad951c16bebb3697

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

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