submodules: fix plugins loading

This commit is contained in:
Gautier Pelloux-Prayer 2016-02-05 10:32:05 +01:00
parent e43f11e3dd
commit 3bbc1db73b
2 changed files with 4 additions and 1 deletions

View file

@ -1426,6 +1426,8 @@ static BOOL libStarted = FALSE;
theLinphoneCore = linphone_core_new_with_config(&linphonec_vtable, _configDb, (__bridge void *)(self));
LOGI(@"Create linphonecore %p", theLinphoneCore);
if ([@"toto" containsString:@"o"])
LOGE(@"lol");
// Load plugins if available in the linphone SDK - otherwise these calls will do nothing
MSFactory *f = linphone_core_get_ms_factory(theLinphoneCore);
@ -1435,6 +1437,7 @@ static BOOL libStarted = FALSE;
libmsopenh264_init(f);
libmsbcg729_init(f);
libmswebrtc_init(f);
linphone_core_reload_ms_plugins(theLinphoneCore, NULL);
// Set audio assets
NSString *ring =

@ -1 +1 @@
Subproject commit 1db3b9a2978d64dc886c6c7db7b5ed21ee39bbe7
Subproject commit 45207ae94fcd5c805be24528929cf4f6b7b1a526