Add new custom error of media vision 64/214664/1 accepted/tizen/unified/20190930.003655 submit/tizen/20190925.064918 submit/tizen/20190927.013414
authorSunggyu Choi <sunggyu.choi@samsung.com>
Wed, 25 Sep 2019 06:14:31 +0000 (15:14 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Wed, 25 Sep 2019 06:14:31 +0000 (15:14 +0900)
Change-Id: Ie5585b698b92e45ec9ec73d91daea3743f45342e
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
include/private/tizen_error_private.h
packaging/capi-base-common.spec

index 31f84c1..b2a3bfe 100644 (file)
@@ -311,6 +311,7 @@ static err_info err_list[] = {
        ERR_ENTRY("MEDIA_VISION_ERROR_INTERNAL", TIZEN_ERROR_MEDIA_VISION | 0x02, "Internal error"),
        ERR_ENTRY("MEDIA_VISION_ERROR_INVALID_DATA", TIZEN_ERROR_MEDIA_VISION | 0x03, "Invalid data"),
        ERR_ENTRY("MEDIA_VISION_ERROR_INVALID_PATH", TIZEN_ERROR_MEDIA_VISION | 0x04, "Invalid path"),
+       ERR_ENTRY("MEDIA_VISION_ERROR_NOT_SUPPORTED_ENGINE", TIZEN_ERROR_MEDIA_VISION | 0x05, "Not supported engine"),
        ERR_ENTRY("MEDIA_STREAMER_ERROR_INVALID_STATE", TIZEN_ERROR_MEDIA_STREAMER | 0x01, "Invalid state"),
        ERR_ENTRY("MEDIA_STREAMER_ERROR_CONNECTION_FAILED", TIZEN_ERROR_MEDIA_STREAMER | 0x02, "Connection failed"),
        ERR_ENTRY("MEDIA_STREAMER_ERROR_RESOURCE_CONFLICT", TIZEN_ERROR_MEDIA_STREAMER | 0x03, "Resource conflict"),
index 632dc4e..fe2b042 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-base-common
 Summary:    Common header files of Tizen Native API
-Version:    0.4.50
+Version:    0.4.51
 Release:    1
 Group:      Base
 License:    Apache-2.0