diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 77e79b1a2..7befb6453 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -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); } } diff --git a/mediastreamer2 b/mediastreamer2 index e13dd4167..6701e0744 160000 --- a/mediastreamer2 +++ b/mediastreamer2 @@ -1 +1 @@ -Subproject commit e13dd416782fe85f25610471b9db117c0eecaf80 +Subproject commit 6701e074484fd6725b789b2854a2be5bd2784ef5