Change player message type MM_MESSAGE_GAPLESS_CONSTRUCTION to MM_MESSAGE_FLUSH_BUFFER 34/247334/1 submit/tizen/20201110.045527
authorGilbok Lee <gilbok.lee@samsung.com>
Tue, 10 Nov 2020 03:09:53 +0000 (12:09 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Tue, 10 Nov 2020 03:09:53 +0000 (12:09 +0900)
[Version] 0.2.123
[Issue Type] Update

Change-Id: I605c198e169b94f96835e4991f3043c1840bf5b9

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

index a3464d1..5492c3d 100644 (file)
@@ -53,29 +53,29 @@ enum MMMessageType {
        MM_MESSAGE_READY_TO_RESUME,        /**< Ready to resume message type */
 
        /* PLAYER */
-       MM_MESSAGE_CONNECTING = 0x100,                  /**< Connecting message type */
+       MM_MESSAGE_CONNECTING = 0x100,          /**< Connecting message type */
        MM_MESSAGE_CONNECTED,                           /**< Rtspsrc has successed to connecting to server */
-       MM_MESSAGE_CONNECTION_TIMEOUT,                  /**< Connection timeout message type */
+       MM_MESSAGE_CONNECTION_TIMEOUT,          /**< Connection timeout message type */
        MM_MESSAGE_BUFFERING,                           /**< Buffering message type */
        MM_MESSAGE_BEGIN_OF_STREAM,                     /**< Streaming begin message type */
        MM_MESSAGE_END_OF_STREAM,                       /**< End of stream message type */
        MM_MESSAGE_RESUMED_BY_REW,                      /**< Resumed by fast rewind message type */
        MM_MESSAGE_UPDATE_SUBTITLE,                     /**< Update subtitle type */
-       MM_MESSAGE_RTP_SENDER_REPORT,                   /**< RTP sender report */
-       MM_MESSAGE_RTP_RECEIVER_REPORT,                 /**< RTP receiver report */
-       MM_MESSAGE_RTP_SESSION_STATUS,                  /**< RTP session status */
-       MM_MESSAGE_FILE_NOT_SUPPORTED,                  /**< Not supported file */
+       MM_MESSAGE_RTP_SENDER_REPORT,           /**< RTP sender report */
+       MM_MESSAGE_RTP_RECEIVER_REPORT,         /**< RTP receiver report */
+       MM_MESSAGE_RTP_SESSION_STATUS,          /**< RTP session status */
+       MM_MESSAGE_FILE_NOT_SUPPORTED,          /**< Not supported file */
        MM_MESSAGE_FILE_NOT_FOUND,                      /**< Not founded file */
-       MM_MESSAGE_DRM_NOT_AUTHORIZED,                  /**< Not authorized to play the content */
+       MM_MESSAGE_DRM_NOT_AUTHORIZED,          /**< Not authorized to play the content */
        MM_MESSAGE_VIDEO_CAPTURED,                      /**< Video frame has been captured */
-       MM_MESSAGE_VIDEO_NOT_CAPTURED,                  /**< video capture failed */
+       MM_MESSAGE_VIDEO_NOT_CAPTURED,          /**< video capture failed */
        MM_MESSAGE_SEEK_COMPLETED,                      /**< Seek completed */
-       MM_MESSAGE_IMAGE_BUFFER,        /**< hls image buffer message type */
+       MM_MESSAGE_IMAGE_BUFFER,                        /**< hls image buffer message type */
        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 */
-       MM_MESSAGE_GAPLESS_CONSTRUCTION,                /**< pipeline is under the construction for gapless */
+       MM_MESSAGE_FLUSH_BUFFER,                        /**< Flush exported buffer */
        MM_MESSAGE_PLAY_POSITION,                       /**< Play position */
        MM_MESSAGE_VIDEO_STREAM_CHANGED,        /**< Video stream is changed */
        MM_MESSAGE_PUSH_BUFFER_STATUS,          /**< Push buffer status message type */
index 33d2ef4..c4680b1 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-common
 Summary:    Multimedia Framework Common Lib
-Version:    0.2.122
+Version:    0.2.123
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0