Call ms_factory_create_event_queue() instead of ms_factory_get_event_queue() in linphone_core_init().

This commit is contained in:
Ghislain MARY 2015-10-13 15:07:32 +02:00
parent 2135e49d19
commit 34d3a0583b
2 changed files with 2 additions and 2 deletions

View file

@ -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