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
1d753498
Commit
1d753498
authored
Nov 25, 2014
by
Gautier Pelloux-Prayer
Browse files
Update ms2 and remove debug test
parent
c0e80d83
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
mediastreamer2
mediastreamer2
+1
-1
tester/call_tester.c
tester/call_tester.c
+0
-1
No files found.
mediastreamer2
@
7e4bdef1
Subproject commit
656c9ed2e7bfc053b87ab0c1c
94
5
dd
37d689f82c
Subproject commit
7e4bdef10dd32b6c9fbc7c849
94dd
23c5af87597
tester/call_tester.c
View file @
1d753498
...
...
@@ -1158,7 +1158,6 @@ static void call_paused_resumed_with_loss(void) {
wait_for_until
(
pauline
->
lc
,
marie
->
lc
,
NULL
,
5
,
4000
);
stats
=
rtp_session_get_stats
(
call_pauline
->
sessions
->
rtp_session
);
linphone_core_pause_call
(
pauline
->
lc
,
call_pauline
);
CU_ASSERT_TRUE
(
wait_for
(
pauline
->
lc
,
marie
->
lc
,
&
pauline
->
stat
.
number_of_LinphoneCallPausing
,
1
));
CU_ASSERT_TRUE
(
wait_for
(
pauline
->
lc
,
marie
->
lc
,
&
marie
->
stat
.
number_of_LinphoneCallPausedByRemote
,
1
));
...
...
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