From 35e7b9884b672fae7541840ff95a40405c3b6015 Mon Sep 17 00:00:00 2001 From: Hyongtaek Lim Date: Thu, 10 Sep 2015 21:00:25 +0900 Subject: [PATCH] Add MM_MESSAGE_VIDEO_BIN_CREATE for shmsink/src Signed-off-by: Hyongtaek Lim Change-Id: Ic2c3ef7b3c8ac113882092370bbab8a332ee1634 --- include/mm_message.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mm_message.h b/include/mm_message.h index 6e6d25f..86aee7d 100755 --- a/include/mm_message.h +++ b/include/mm_message.h @@ -78,6 +78,7 @@ enum MMMessageType { MM_MESSAGE_DRM_NO_LICENSE, /**< No license */ MM_MESSAGE_DRM_EXPIRED, /**< Expired license */ MM_MESSAGE_DRM_FUTURE_USE, /**< License for future use */ + MM_MESSAGE_VIDEO_BIN_CREATED, /**< Video bin is created */ /* CAMCORDER */ MM_MESSAGE_CAMCORDER_STATE_CHANGED = 0x200, /**< State changed.*/ -- 2.7.4