mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Merge branch 'master' of git.linphone.org:linphone-private
Conflicts: mediastreamer2
This commit is contained in:
commit
94b38f943d
1 changed files with 2 additions and 2 deletions
|
|
@ -59,8 +59,8 @@ static MSList *match_payloads(const MSList *local, const MSList *remote){
|
|||
matched=find_payload_type_best_match(local,p2);
|
||||
if (matched){
|
||||
matched=payload_type_clone(matched);
|
||||
if (p2->recv_fmtp)
|
||||
payload_type_set_send_fmtp(matched,p2->recv_fmtp);
|
||||
if (p2->send_fmtp)
|
||||
payload_type_set_send_fmtp(matched,p2->send_fmtp);
|
||||
res=ms_list_append(res,matched);
|
||||
payload_type_set_number(matched,payload_type_get_number(p2));
|
||||
}else{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue