mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Merge branch 'master' of git.linphone.org:linphone
This commit is contained in:
commit
cc07a4336f
1 changed files with 1 additions and 1 deletions
|
|
@ -4080,7 +4080,7 @@ int linphone_core_set_video_device(LinphoneCore *lc, const char *id){
|
|||
if (id!=NULL){
|
||||
lc->video_conf.device=ms_web_cam_manager_get_cam(ms_web_cam_manager_get(),id);
|
||||
if (lc->video_conf.device==NULL){
|
||||
ms_warning("Could not found video device %s",id);
|
||||
ms_warning("Could not find video device %s",id);
|
||||
}
|
||||
}
|
||||
if (lc->video_conf.device==NULL)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue