mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-01 18:59:25 +00:00
Add option to freeze or not on video decoding error.
This commit is contained in:
parent
ff31a5270f
commit
7734a7c1da
2 changed files with 2 additions and 1 deletions
|
|
@ -2177,6 +2177,7 @@ static void linphone_call_start_video_stream(LinphoneCall *call, const char *cna
|
|||
ms_message("%s lc rotation:%d\n", __FUNCTION__, lc->device_rotation);
|
||||
video_stream_set_device_rotation(call->videostream, lc->device_rotation);
|
||||
video_stream_set_rtcp_information(call->videostream, cname, rtcp_tool);
|
||||
video_stream_set_freeze_on_error(call->videostream, lp_config_get_int(lc->config, "video", "freeze_on_error", 0));
|
||||
video_stream_start(call->videostream,
|
||||
call->video_profile, rtp_addr, vstream->rtp_port,
|
||||
rtcp_addr,
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 7a627f30b0462574290e03e99983327e6ea987dc
|
||||
Subproject commit 9c9d88041cc8859c115a706f5cd7211434336531
|
||||
Loading…
Add table
Reference in a new issue