From: Jehan Monnier Date: Wed, 6 Mar 2013 13:27:11 +0000 (+0100) Subject: linphone_call_log_video_enabled, update MS2 to fix IOS display orientation for Linph... X-Git-Url: http://sjero.net/git/?p=linphone;a=commitdiff_plain;h=68d0139f5a6f375749fda3c4d16863538cbd5e19 linphone_call_log_video_enabled, update MS2 to fix IOS display orientation for Linphone iOS branch 1.x --- diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index a33328f0..69dc26a1 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -366,7 +366,12 @@ int linphone_call_log_get_duration(LinphoneCallLog *cl){ float linphone_call_log_get_quality(LinphoneCallLog *cl){ return cl->quality; } - +/** + * return true if video was enabled at the end of the call + */ +LinphoneCallStatus linphone_call_log_video_enabled(LinphoneCallLog *cl) { + return cl->video_enabled; +} /** @} */ void linphone_call_log_destroy(LinphoneCallLog *cl){ diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index 2c216864..97d1663b 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -161,6 +161,7 @@ LinphoneAddress *linphone_call_log_get_to(LinphoneCallLog *cl); LinphoneAddress *linphone_call_log_get_remote_address(LinphoneCallLog *cl); LinphoneCallDir linphone_call_log_get_dir(LinphoneCallLog *cl); LinphoneCallStatus linphone_call_log_get_status(LinphoneCallLog *cl); +LinphoneCallStatus linphone_call_log_video_enabled(LinphoneCallLog *cl); time_t linphone_call_log_get_start_date(LinphoneCallLog *cl); int linphone_call_log_get_duration(LinphoneCallLog *cl); float linphone_call_log_get_quality(LinphoneCallLog *cl); diff --git a/mediastreamer2 b/mediastreamer2 index e5f7137b..a824c473 160000 --- a/mediastreamer2 +++ b/mediastreamer2 @@ -1 +1 @@ -Subproject commit e5f7137b7206ddc4f2803cde0f3316b90977bd6a +Subproject commit a824c473919ab993e536e9f2d29471332e68280e