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
authorEunhae Choi <eunhae1.choi@samsung.com>
Mon, 14 Mar 2016 05:21:01 +0000 (14:21 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Mon, 14 Mar 2016 05:21:01 +0000 (14:21 +0900)
Change-Id: I1509bef965c9a31499048e5921681ae5ae9c1209

src/player.c

index a71fc67..172d103 100644 (file)
@@ -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;