[0.2.99] add play position msg type 02/114602/1 accepted/tizen/3.0/common/20170215.121232 accepted/tizen/3.0/ivi/20170215.034227 accepted/tizen/3.0/mobile/20170215.033700 accepted/tizen/3.0/tv/20170215.033941 accepted/tizen/3.0/wearable/20170215.034056 submit/tizen_3.0/20170214.112531
authorEunhae Choi <eunhae1.choi@samsung.com>
Wed, 8 Feb 2017 09:57:18 +0000 (18:57 +0900)
committereunhae choi <eunhae1.choi@samsung.com>
Tue, 14 Feb 2017 07:17:39 +0000 (23:17 -0800)
Change-Id: I31d437b3e8017c7cc358a6b67b132c47f75379b7
(cherry picked from commit 496b81285bf18909f80466d3d2a8cb3bb33ba609)

include/mm_message.h
packaging/libmm-common.spec

index adc5bc0..b0d7b57 100644 (file)
@@ -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 */
index b1d7d38..7bb459b 100644 (file)
@@ -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