Revert "[3.0] Fix bug in VideoView::SetMuted()" 68/83168/1
authortaeyoon <taeyoon0.lee@samsung.com>
Tue, 9 Aug 2016 08:28:49 +0000 (17:28 +0900)
committertaeyoon <taeyoon0.lee@samsung.com>
Tue, 9 Aug 2016 08:29:01 +0000 (17:29 +0900)
This reverts commit 919dbb191fcecd53d7e13049cf30a0f9f8d23369.

Change-Id: Ic443682a88175fd275f11bd90380e54dca87233f

plugins/video-player/tizen-video-player.cpp

index b5a67f8..5429867 100644 (file)
@@ -406,6 +406,7 @@ bool TizenVideoPlayer::IsMuted()
       mPlayerState == PLAYER_STATE_PAUSED
     )
   {
+    bool muted = false;
     int error = player_is_muted( mPlayer, &muted );
     LogPlayerError( error );
   }