summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEunhae Choi <eunhae1.choi@samsung.com>2017-02-08 18:57:18 +0900
committerEunhae Choi <eunhae1.choi@samsung.com>2017-02-08 18:57:57 +0900
commit496b81285bf18909f80466d3d2a8cb3bb33ba609 (patch)
tree9d0b9f75b6c8f6a71fb0ffb281f8d99dbfc6ef7f
parent0afb671a114e63fe69f00ac5778e31f629b9d67c (diff)
downloadlibmm-common-496b81285bf18909f80466d3d2a8cb3bb33ba609.tar.gz
libmm-common-496b81285bf18909f80466d3d2a8cb3bb33ba609.tar.bz2
libmm-common-496b81285bf18909f80466d3d2a8cb3bb33ba609.zip
Change-Id: I31d437b3e8017c7cc358a6b67b132c47f75379b7
-rw-r--r--include/mm_message.h7
-rw-r--r--packaging/libmm-common.spec2
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