projects
/
platform
/
core
/
api
/
player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09ca6dd
)
fix set_user_agent api type bug
51/62051/1
accepted/tizen/ivi/20160314.111203
accepted/tizen/mobile/20160314.110939
accepted/tizen/tv/20160314.111021
accepted/tizen/wearable/20160314.111110
submit/tizen/20160314.052635
author
Eunhae Choi
<eunhae1.choi@samsung.com>
Mon, 14 Mar 2016 05:21:01 +0000
(14:21 +0900)
committer
Eunhae Choi
<eunhae1.choi@samsung.com>
Mon, 14 Mar 2016 05:21:01 +0000
(14:21 +0900)
Change-Id: I1509bef965c9a31499048e5921681ae5ae9c1209
src/player.c
patch
|
blob
|
history
diff --git
a/src/player.c
b/src/player.c
index
a71fc67
..
172d103
100644
(file)
--- a/
src/player.c
+++ b/
src/player.c
@@
-2476,7
+2476,7
@@
int player_set_streaming_user_agent(player_h player, const char *user_agent, int
PLAYER_NULL_ARG_CHECK(user_agent);
PLAYER_CHECK_CONDITION(size >= 0, PLAYER_ERROR_INVALID_PARAMETER, "PLAYER_ERROR_INVALID_PARAMETER");
int ret = PLAYER_ERROR_NONE;
- muse_player_api_e api = MUSE_PLAYER_API_SET_STREAMING_
COOKIE
;
+ muse_player_api_e api = MUSE_PLAYER_API_SET_STREAMING_
USER_AGENT
;
player_cli_s *pc = (player_cli_s *)player;
char *ret_buf = NULL;