projects
/
test
/
tct
/
native
/
api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb26110
)
[UTC][webrtc][ACR-1859] Update enum range
28/316428/2
author
Youngwoo Cho
<young222.cho@samsung.com>
Wed, 21 Aug 2024 07:51:45 +0000
(16:51 +0900)
committer
Youngwoo Cho
<young222.cho@samsung.com>
Tue, 27 Aug 2024 04:35:03 +0000
(13:35 +0900)
Change-Id: Ia1948350fd4183bece47b6a455e5faa8cf19d6fa
Signed-off-by: Youngwoo Cho <young222.cho@samsung.com>
src/utc/webrtc/utc-media-webrtc.c
patch
|
blob
|
history
diff --git
a/src/utc/webrtc/utc-media-webrtc.c
b/src/utc/webrtc/utc-media-webrtc.c
index 62b44c45a7ab2a6faa43395fa45571b54a6ab1db..1d87cbc3e9dfbc790eddab7968c9278472e56f4b 100644
(file)
--- a/
src/utc/webrtc/utc-media-webrtc.c
+++ b/
src/utc/webrtc/utc-media-webrtc.c
@@
-2647,7
+2647,7
@@
int utc_media_webrtc_set_bundle_policy_p(void)
*/
int utc_media_webrtc_set_bundle_policy_n(void)
{
- int ret = webrtc_set_bundle_policy(g_webrtc, WEBRTC_BUNDLE_POLICY_MAX_
BUNDLE
+ 1);
+ int ret = webrtc_set_bundle_policy(g_webrtc, WEBRTC_BUNDLE_POLICY_MAX_
COMPAT
+ 1);
assert_eq(ret, WEBRTC_ERROR_INVALID_PARAMETER);
return 0;