PortAllocator is now passed to PeerConnection instead of PeerConnectionFactory in new libjingle release.

Also creator of PortAllocator is responsible for deletion instead of factory.
DEPS file has new libjingle rivison.
Review URL: http://webrtc-codereview.appspot.com/317006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1172 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mallinath@webrtc.org
2011-12-13 19:12:46 +00:00
parent f4c8286222
commit 2a61e15bff
4 changed files with 36 additions and 16 deletions

2
DEPS
View File

@@ -4,7 +4,7 @@ vars = {
"googlecode_url": "http://%s.googlecode.com/svn",
"chromium_trunk" : "http://src.chromium.org/svn/trunk",
"chromium_revision": "106036",
"libjingle_revision": "87",
"libjingle_revision": "100",
# Note: On most bots, clang is not checked out via DEPS but by
# tools/clang/scripts/update.sh. The script reads this line here.