Update talk to 51314459
R=mallinath@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2100004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4608 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -713,7 +713,7 @@ cricket::SessionDescription* NewTestSessionDescription(
|
||||
new TestContentDescription(gingle_content_type,
|
||||
content_type_a));
|
||||
cricket::TransportDescription desc(cricket::NS_GINGLE_P2P,
|
||||
cricket::Candidates());
|
||||
std::string(), std::string());
|
||||
offer->AddTransportInfo(cricket::TransportInfo(content_name_a, desc));
|
||||
|
||||
if (content_name_a != content_name_b) {
|
||||
@@ -735,7 +735,7 @@ cricket::SessionDescription* NewTestSessionDescription(
|
||||
offer->AddTransportInfo(cricket::TransportInfo
|
||||
(content_name, cricket::TransportDescription(
|
||||
cricket::NS_GINGLE_P2P,
|
||||
cricket::Candidates())));
|
||||
std::string(), std::string())));
|
||||
return offer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user