[4.0] Fix a launching issue by video view 41/155741/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 16 Oct 2017 05:06:49 +0000 (14:06 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 16 Oct 2017 05:06:56 +0000 (14:06 +0900)
This reverts commit 7e853a99ddc981db3ffaa0839ba43d86bedd3d78.

Change-Id: I74f297421f3f0448c7694285d0c94715d5949127

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(),