From 938bfaaa40ec6048059e0b388434c4b59a51e540 Mon Sep 17 00:00:00 2001 From: Eunhae Choi Date: Wed, 8 Feb 2017 18:57:18 +0900 Subject: [PATCH] [0.2.99] add play position msg type Change-Id: I31d437b3e8017c7cc358a6b67b132c47f75379b7 (cherry picked from commit 496b81285bf18909f80466d3d2a8cb3bb33ba609) --- include/mm_message.h | 7 ++++--- packaging/libmm-common.spec | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/include/mm_message.h b/include/mm_message.h index adc5bc0..b0d7b57 100644 --- a/include/mm_message.h +++ b/include/mm_message.h @@ -80,6 +80,7 @@ enum MMMessageType { MM_MESSAGE_DRM_FUTURE_USE, /**< License for future use */ MM_MESSAGE_VIDEO_BIN_CREATED, /**< Video bin is created */ MM_MESSAGE_GAPLESS_CONSTRUCTION, /**< pipeline is under the construction for gapless */ + MM_MESSAGE_PLAY_POSITION, /**< Play position */ /* CAMCORDER */ MM_MESSAGE_CAMCORDER_STATE_CHANGED = 0x200, /**< State changed.*/ @@ -316,9 +317,9 @@ typedef struct { } consumed_mediabuffer; - /** - * Video frame capture - */ +/** + * Video frame capture + */ struct { unsigned int width; /* width of captured image */ unsigned int height; /* height of captured image */ diff --git a/packaging/libmm-common.spec b/packaging/libmm-common.spec index b1d7d38..7bb459b 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.98 +Version: 0.2.99 Release: 0 Group: Multimedia/Libraries License: Apache-2.0 -- 2.7.4