Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblinphone
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Board
Labels
Milestones
Merge Requests
22
Merge Requests
22
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
liblinphone
Commits
97600a4b
Commit
97600a4b
authored
Feb 10, 2017
by
Simon Morlat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapt some unstable tests.
parent
2c3f66ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
audio_bypass_tester.c
tester/audio_bypass_tester.c
+1
-1
quality_reporting_tester.c
tester/quality_reporting_tester.c
+1
-1
No files found.
tester/audio_bypass_tester.c
View file @
97600a4b
...
...
@@ -437,7 +437,7 @@ static void only_enable_payload(LinphoneCore *lc, const char *mime, int rate, in
* set some conservative jitter buffer params to be more robust to late ticks.
* This is important so that the audio comparison is succesful*/
static
void
set_jitter_buffer_params
(
LinphoneCore
*
lc
){
int
jitter_buffer_ms
=
2
00
;
int
jitter_buffer_ms
=
3
00
;
lp_config_set_int
(
lc
->
config
,
"rtp"
,
"jitter_buffer_min_size"
,
jitter_buffer_ms
);
linphone_core_set_audio_jittcomp
(
lc
,
jitter_buffer_ms
);
}
...
...
tester/quality_reporting_tester.c
View file @
97600a4b
...
...
@@ -417,7 +417,7 @@ static void quality_reporting_interval_report_video_and_rtt(void) {
end_call
(
marie
,
pauline
);
/*wait that all publish complete*/
BC_ASSERT_TRUE
(
wait_for_until
(
marie
->
lc
,
pauline
->
lc
,
&
marie
->
stat
.
number_of_LinphonePublishOk
,
marie
->
stat
.
number_of_LinphonePublishProgress
,
15
000
));
BC_ASSERT_TRUE
(
wait_for_until
(
marie
->
lc
,
pauline
->
lc
,
&
marie
->
stat
.
number_of_LinphonePublishOk
,
marie
->
stat
.
number_of_LinphonePublishProgress
,
60
000
));
}
linphone_call_params_unref
(
marie_params
);
...
...
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