зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1110976 - Part 2: Don't configure multiple recv codecs if we are the answerer. r=jesup
This commit is contained in:
Родитель
8e54c7f088
Коммит
544114ca0f
|
@ -1037,6 +1037,7 @@ JsepSessionImpl::NegotiateTrack(const SdpMediaSection& remoteMsection,
|
|||
}
|
||||
|
||||
negotiatedDetails->mCodecs.push_back(negotiated);
|
||||
break;
|
||||
}
|
||||
|
||||
if (negotiatedDetails->mCodecs.empty()) {
|
||||
|
|
|
@ -1137,7 +1137,7 @@ WebrtcVideoConduit::ReceivedRTCPPacket(const void *data, int len)
|
|||
if(mPtrViENetwork->ReceivedRTCPPacket(mChannel,data,len) == -1)
|
||||
{
|
||||
int error = mPtrViEBase->LastError();
|
||||
CSFLogError(logTag, "%s RTP Processing Failed %d", __FUNCTION__, error);
|
||||
CSFLogError(logTag, "%s RTCP Processing Failed %d", __FUNCTION__, error);
|
||||
if(error >= kViERtpRtcpInvalidChannelId && error <= kViERtpRtcpRtcpDisabled)
|
||||
{
|
||||
return kMediaConduitRTPProcessingFailed;
|
||||
|
|
Загрузка…
Ссылка в новой задаче