From: Hyunil Date: Wed, 12 May 2021 07:24:56 +0000 (+0900) Subject: Add MM_DISPLAY_SURFACE_OVERLAY_SYNC_UI type for sync between UI and video X-Git-Tag: accepted/tizen/6.5/unified/20211028.114859^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42090b21e617bcea29d25f02270cda837b636eb3;p=platform%2Fcore%2Fmultimedia%2Flibmm-common.git Add MM_DISPLAY_SURFACE_OVERLAY_SYNC_UI type for sync between UI and video [Version] 0.2.127 [Issue Type] New feature Change-Id: I290b4f24a0dfb61e7f2ea6e4de42898e64d9b8b9 Signed-off-by: Hyunil --- diff --git a/include/mm_types.h b/include/mm_types.h index c6f1e1e..b14dba4 100644 --- a/include/mm_types.h +++ b/include/mm_types.h @@ -99,6 +99,7 @@ typedef enum { MM_DISPLAY_SURFACE_GL, /**< GL surface */ MM_DISPLAY_SURFACE_NULL, /**< This just disposes of buffers */ MM_DISPLAY_SURFACE_REMOTE, /**< Daemon client surface */ + MM_DISPLAY_SURFACE_OVERLAY_SYNC_UI, /**< For sync between UI and video */ MM_DISPLAY_SURFACE_NUM, /**< number of enum */ } MMDisplaySurfaceType; diff --git a/packaging/libmm-common.spec b/packaging/libmm-common.spec index 6ed1e07..246eeb7 100644 --- a/packaging/libmm-common.spec +++ b/packaging/libmm-common.spec @@ -1,6 +1,6 @@ Name: libmm-common Summary: Multimedia Framework Common Lib -Version: 0.2.126 +Version: 0.2.127 Release: 0 Group: Multimedia/Libraries License: Apache-2.0