mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
update ms2
This commit is contained in:
parent
9642f4e72a
commit
d5bd254c30
2 changed files with 2 additions and 2 deletions
|
|
@ -3201,7 +3201,7 @@ int linphone_core_set_static_picture(LinphoneCore *lc, const char *path) {
|
|||
force the filter to use that picture. */
|
||||
if (vs && vs->source) {
|
||||
if (ms_filter_get_id(vs->source) == MS_STATIC_IMAGE_ID) {
|
||||
ms_filter_call_method(vs->source, MS_FILTER_SET_IMAGE,
|
||||
ms_filter_call_method(vs->source, MS_STATIC_IMAGE_SET_IMAGE,
|
||||
(void *)path);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit e13dd416782fe85f25610471b9db117c0eecaf80
|
||||
Subproject commit 6701e074484fd6725b789b2854a2be5bd2784ef5
|
||||
Loading…
Add table
Reference in a new issue