From: Sejun Park Date: Tue, 20 Mar 2018 09:50:09 +0000 (+0900) Subject: Fix issues that can not be rendered in waylandsink X-Git-Tag: accepted/tizen/unified/20180322.145105~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F98%2F173298%2F1;p=platform%2Fadaptation%2Fap_samsung%2Flibomxil-e3250-v4l2.git Fix issues that can not be rendered in waylandsink Change-Id: I66e5a837c57746141fb8bfef7c8f1731aaf05a15 --- diff --git a/openmax/osal/Exynos_OSAL_Platform_Specific.c b/openmax/osal/Exynos_OSAL_Platform_Specific.c index 796b145..889343b 100755 --- a/openmax/osal/Exynos_OSAL_Platform_Specific.c +++ b/openmax/osal/Exynos_OSAL_Platform_Specific.c @@ -267,6 +267,8 @@ OMX_ERRORTYPE Exynos_OSAL_UnlockPB(OMX_IN OMX_PTR pBuffer, EXYNOS_OMX_DATA *pDat pSlpOutBuf->type = MM_VIDEO_BUFFER_TYPE_TBM_BO; /* use bo mode */ + pSlpOutBuf->handle_num = 2; + pSlpOutBuf->plane_num = 2; Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "fd (%d, %d, %d) received from MFC", pSlpOutBuf->handle.dmabuf_fd[0], pSlpOutBuf->handle.dmabuf_fd[1], pSlpOutBuf->handle.dmabuf_fd[2]); #else