From: Sunggyu Choi Date: Wed, 25 Sep 2019 06:14:31 +0000 (+0900) Subject: Add new custom error of media vision X-Git-Tag: submit/tizen/20190925.064918^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F64%2F214664%2F1;p=platform%2Fcore%2Fapi%2Fcommon.git Add new custom error of media vision Change-Id: Ie5585b698b92e45ec9ec73d91daea3743f45342e Signed-off-by: Sunggyu Choi --- diff --git a/include/private/tizen_error_private.h b/include/private/tizen_error_private.h index 31f84c1..b2a3bfe 100644 --- a/include/private/tizen_error_private.h +++ b/include/private/tizen_error_private.h @@ -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"), diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index 632dc4e..fe2b042 100644 --- a/packaging/capi-base-common.spec +++ b/packaging/capi-base-common.spec @@ -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