projects
/
platform
/
core
/
api
/
media-content.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90ce399
)
Change MS_MEDIA_ERR_INVALID_PATH to MS_MEDIA_ERR_INVALID_PARAMETER
68/215068/1
accepted/tizen/unified/20191004.003549
submit/tizen/20191002.013808
author
Minje Ahn
<minje.ahn@samsung.com>
Tue, 1 Oct 2019 08:21:56 +0000
(17:21 +0900)
committer
Minje Ahn
<minje.ahn@samsung.com>
Tue, 1 Oct 2019 08:21:56 +0000
(17:21 +0900)
Change-Id: Ie76f64f661aca4fa11a244d51e3b328c06e7d99c
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
src/media_content.c
patch
|
blob
|
history
diff --git
a/src/media_content.c
b/src/media_content.c
index 18bc11fa1d052df0650d54eb7784649be45f581b..c0bd0b7b839cec716cb204454ac560af29528d7f 100644
(file)
--- a/
src/media_content.c
+++ b/
src/media_content.c
@@
-146,8
+146,7
@@
int _content_error_capi(int content_error)
return MEDIA_CONTENT_ERROR_NONE;
/* Internal operation error*/
- else if ((content_error == MS_MEDIA_ERR_INVALID_PARAMETER) ||
- (content_error == MS_MEDIA_ERR_INVALID_PATH))
+ else if (content_error == MS_MEDIA_ERR_INVALID_PARAMETER)
return MEDIA_CONTENT_ERROR_INVALID_PARAMETER;
else if (content_error == MS_MEDIA_ERR_OUT_OF_MEMORY)