[0.2.99] add play position msg type 73/113673/1 accepted/tizen/common/20170214.173854 accepted/tizen/ivi/20170214.230150 accepted/tizen/mobile/20170214.230038 accepted/tizen/tv/20170214.230101 accepted/tizen/unified/20170309.033106 accepted/tizen/wearable/20170214.230123 submit/tizen/20170214.113450 submit/tizen_unified/20170308.100408
authorEunhae Choi <eunhae1.choi@samsung.com>
Wed, 8 Feb 2017 09:57:18 +0000 (18:57 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Wed, 8 Feb 2017 09:57:57 +0000 (18:57 +0900)
Change-Id: I31d437b3e8017c7cc358a6b67b132c47f75379b7

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