Fix the prevent bug
authorEonseokLee <eonseok.lee@samsung.com>
Mon, 20 May 2013 04:05:37 +0000 (13:05 +0900)
committerEonseokLee <eonseok.lee@samsung.com>
Mon, 20 May 2013 04:05:37 +0000 (13:05 +0900)
Change-Id: Ifd245bd0938d9c689b6ca61f650964b084c5e4d1
Signed-off-by: EonseokLee <eonseok.lee@samsung.com>
src/FMedia_PlayerImpl.cpp

index 7884eb3..85a35a0 100644 (file)
@@ -1690,7 +1690,8 @@ _PlayerImpl::HandlePlayerVideoCaptured(unsigned char *pData, int width, int heig
        int streamSize = 0;
        int err = ::PLAYER_ERROR_NONE;
 
-       SetVolume(__currentVolume);
+       r = SetVolume(__currentVolume);
+       SysTryLog(NID_MEDIA, r == E_SUCCESS, "[%s] Propagating ", GetErrorMessage(r));
 
        err = player_get_state(__hPlayer, &__corePlayerCurState);
        r = MapExceptionToResult(err);