Revert "[4.0] Fix a launching issue by video view" 44/154844/1
authortaeyoon0.lee <taeyoon0.lee@samsung.com>
Wed, 11 Oct 2017 09:44:53 +0000 (18:44 +0900)
committertaeyoon0.lee <taeyoon0.lee@samsung.com>
Wed, 11 Oct 2017 09:45:28 +0000 (18:45 +0900)
This reverts commit 9062497fe83f96e2fba2b940d9270f305d0c0df8.

Change-Id: If5895fbb65d6d70638944f3ca44bebb5ee139ebe

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