mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Call ms_factory_create_event_queue() instead of ms_factory_get_event_queue() in linphone_core_init().
This commit is contained in:
parent
2135e49d19
commit
34d3a0583b
2 changed files with 2 additions and 2 deletions
|
|
@ -1679,7 +1679,7 @@ static void linphone_core_init(LinphoneCore * lc, const LinphoneCoreVTable *vtab
|
|||
linphone_core_register_default_codecs(lc);
|
||||
/* Get the mediastreamer2 event queue */
|
||||
/* This allows to run event's callback in linphone_core_iterate() */
|
||||
lc->msevq=ms_factory_get_event_queue(ms_factory_get_fallback());
|
||||
lc->msevq=ms_factory_create_event_queue(ms_factory_get_fallback());
|
||||
|
||||
lc->sal=sal_init();
|
||||
sal_set_http_proxy_host(lc->sal, linphone_core_get_http_proxy_host(lc));
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 1752a0ab09b9e94210f6afba2d735630abe86eb6
|
||||
Subproject commit ee2425081ad26a78692acd3a47192ff4618cdc3d
|
||||
Loading…
Add table
Reference in a new issue