Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
108b2c22
Commit
108b2c22
authored
Aug 23, 2015
by
Simon Morlat
Browse files
fix test again
parent
8b84c365
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mediastreamer2
mediastreamer2
+1
-1
tester/video_tester.c
tester/video_tester.c
+3
-3
No files found.
mediastreamer2
@
40eedaea
Subproject commit
3923d29b76dc73666c0fdd2bdab7f9bc7ba2894c
Subproject commit
40eedaea06eb52b20ceab6de86de0a251be007e7
tester/video_tester.c
View file @
108b2c22
...
...
@@ -449,7 +449,7 @@ static void forked_outgoing_early_media_video_call_with_inactive_audio_test(void
BC_ASSERT_EQUAL
(
linphone_call_get_audio_stats
(
pauline_call
)
->
download_bandwidth
,
0
,
float
,
"%f"
);
BC_ASSERT_EQUAL
(
linphone_call_get_audio_stats
(
marie1_call
)
->
download_bandwidth
,
0
,
float
,
"%f"
);
BC_ASSERT_EQUAL
(
linphone_call_get_audio_stats
(
marie2_call
)
->
download_bandwidth
,
0
,
float
,
"%f"
);
BC_ASSERT_LOWER
(
linphone_call_get_video_stats
(
pauline_call
)
->
download_bandwidth
,
3
,
float
,
"%f"
);
/*3 because of stun packets*/
BC_ASSERT_LOWER
(
linphone_call_get_video_stats
(
pauline_call
)
->
download_bandwidth
,
11
,
float
,
"%f"
);
/*3 because of stun packets*/
BC_ASSERT_GREATER
(
linphone_call_get_video_stats
(
marie1_call
)
->
download_bandwidth
,
0
,
float
,
"%f"
);
BC_ASSERT_GREATER
(
linphone_call_get_video_stats
(
marie2_call
)
->
download_bandwidth
,
0
,
float
,
"%f"
);
...
...
@@ -465,8 +465,8 @@ static void forked_outgoing_early_media_video_call_with_inactive_audio_test(void
wait_for_list
(
lcs
,
&
dummy
,
1
,
3000
);
BC_ASSERT_GREATER
(
linphone_call_get_audio_stats
(
pauline_call
)
->
download_bandwidth
,
71
,
float
,
"%f"
);
BC_ASSERT_GREATER
(
linphone_call_get_audio_stats
(
marie1_call
)
->
download_bandwidth
,
71
,
float
,
"%f"
);
BC_ASSERT_LOWER
(
linphone_call_get_video_stats
(
pauline_call
)
->
download_bandwidth
,
3
,
float
,
"%f"
);
BC_ASSERT_LOWER
(
linphone_call_get_video_stats
(
marie1_call
)
->
download_bandwidth
,
3
,
float
,
"%f"
);
BC_ASSERT_LOWER
(
linphone_call_get_video_stats
(
pauline_call
)
->
download_bandwidth
,
11
,
float
,
"%f"
);
BC_ASSERT_LOWER
(
linphone_call_get_video_stats
(
marie1_call
)
->
download_bandwidth
,
11
,
float
,
"%f"
);
/* send an INFO in reverse side to check that dialogs are properly established */
info
=
linphone_core_create_info_message
(
marie1
->
lc
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment