make video recording working

This commit is contained in:
Simon Morlat 2014-06-30 16:35:23 +02:00
parent f17e70838e
commit bcf7e96c24
2 changed files with 2 additions and 2 deletions

View file

@ -2237,8 +2237,8 @@ void linphone_call_start_media_streams(LinphoneCall *call, bool_t all_inputs_mut
}
call->current_params.has_video=FALSE;
if (call->videostream!=NULL) {
linphone_call_start_video_stream(call,cname,all_inputs_muted);
if (call->audiostream) audio_stream_link_video(call->audiostream,call->videostream);
linphone_call_start_video_stream(call,cname,all_inputs_muted);
}
call->all_muted=all_inputs_muted;

@ -1 +1 @@
Subproject commit 964c468de35f6f864967ed23c0d9fc9f5d95b521
Subproject commit 15387edf656f1ec185ecb22786f2361c6bcb0c86