From be96e7150c7eb8cc52c17d54bef4a1e6cbff2f16 Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Wed, 25 Sep 2019 15:14:31 +0900 Subject: [PATCH] Add new custom error of media vision Change-Id: Ie5585b698b92e45ec9ec73d91daea3743f45342e Signed-off-by: Sunggyu Choi --- include/private/tizen_error_private.h | 1 + packaging/capi-base-common.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.7.4