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
dbf3a5a0
Commit
dbf3a5a0
authored
Mar 08, 2019
by
Simon Morlat
Browse files
Re-enable pulse audio. With mediastreamer2's fix, it works good now.
parent
5eee43e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
tester/tester.c
tester/tester.c
+4
-2
No files found.
tester/tester.c
View file @
dbf3a5a0
...
...
@@ -263,7 +263,9 @@ bool_t transport_supported(LinphoneTransportType transport) {
}
}
#ifdef __linux
#ifdef SKIP_PULSEAUDIO
static
void
avoid_pulseaudio_hack
(
LinphoneCoreManager
*
mgr
){
bctbx_list_t
*
cards
=
linphone_core_get_sound_devices_list
(
mgr
->
lc
);
bctbx_list_t
*
it
;
...
...
@@ -325,7 +327,7 @@ void linphone_core_manager_configure (LinphoneCoreManager *mgr) {
linphone_core_set_ringback
(
mgr
->
lc
,
NULL
);
#elif __QNX__
linphone_core_set_playback_device
(
mgr
->
lc
,
"QSA: voice"
);
#elif defined(
__linux
)
#elif defined(
SKIP_PULSEAUDIO
)
{
/* Special trick for linux. Pulseaudio has random hangs, deadlocks or abort while executing test suites.
* It never happens in the linphone app.
...
...
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