player: add new error code about buffer space 43/58443/1 accepted/tizen/ivi/20160218.023742 accepted/tizen/mobile/20160203.051548 accepted/tizen/tv/20160203.051613 accepted/tizen/wearable/20160203.051637 submit/tizen/20160202.225100 submit/tizen_common/20160218.142243 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000003
authorEunhae Choi <eunhae1.choi@samsung.com>
Mon, 1 Feb 2016 05:40:13 +0000 (14:40 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Mon, 1 Feb 2016 05:40:16 +0000 (14:40 +0900)
Change-Id: Ia20188f6228b969991146982dfb5955ea1621d95

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

index 84881fc856501661f3d1d69eb3a522538484142a..2807ea6fcf7e833e5d8dd9dc02c4aaed911ad443 100644 (file)
 #define MM_ERROR_PLAYER_DRM_NOT_AUTHORIZED                             (MM_ERROR_PLAYER_CLASS | 0x1c)          /**< Not authorized */
 #define MM_ERROR_PLAYER_DRM_OUTPUT_PROTECTION                          (MM_ERROR_PLAYER_CLASS | 0x1d)          /**< Output protected */
 #define MM_ERROR_PLAYER_RESOURCE_LIMIT                                 (MM_ERROR_PLAYER_CLASS | 0x1e)          /**< Resource limit */
-#define MM_ERROR_PLAYER_PERMISSION_DENIED                                      (MM_ERROR_PLAYER_CLASS | 0x1f)          /**< Permission denied */
+#define MM_ERROR_PLAYER_PERMISSION_DENIED                              (MM_ERROR_PLAYER_CLASS | 0x1f)          /**< Permission denied */
+#define MM_ERROR_PLAYER_BUFFER_SPACE                                   (MM_ERROR_PLAYER_CLASS | 0x20)          /**< No buffer space available */
 
 #define MM_ERROR_PLAYER_STREAMING_UNSUPPORTED_AUDIO                    (MM_ERROR_PLAYER_CLASS | 0x22)          /**< Unsupported audio  */
 #define MM_ERROR_PLAYER_STREAMING_UNSUPPORTED_VIDEO                    (MM_ERROR_PLAYER_CLASS | 0x23)          /**< Unsupported video  */
index 510e6df076d460121de65741a306ca873896e60e..3055b5a68b104c1300d2198a8dc325e1b0a62418 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-common
 Summary:    Multimedia Framework Common Lib
-Version:    0.2.95
+Version:    0.2.96
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0