FS-5047 --resolve This seems to be a problem in libsofia, this should fix it.
This commit is contained in:
parent
3f8b5a9069
commit
f0bf3b917d
|
@ -1 +1 @@
|
|||
Fri Dec 7 08:42:32 CST 2012
|
||||
Wed Jan 30 13:44:38 CST 2013
|
||||
|
|
|
@ -487,11 +487,14 @@ int soa_sdp_set_rtpmap_pt(sdp_media_t *l_m,
|
|||
/* XXX - do fmtp comparison */
|
||||
|
||||
if (rrm) {
|
||||
#if 0
|
||||
/* Use same payload type as remote */
|
||||
if (lrm->rm_pt != rrm->rm_pt) {
|
||||
lrm->rm_predef = 0;
|
||||
lrm->rm_pt = rrm->rm_pt;
|
||||
lrm->rm_predef = 0;
|
||||
lrm->rm_pt = rrm->rm_pt;
|
||||
|
||||
}
|
||||
#endif
|
||||
common_codecs++;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue