commit | c2ee2c86f905991a8cd05ee1f35bea105b41e4e0 | [log] [tgz] |
---|---|---|
author | Peter Thatcher <pthatcher@chromium.org> | Fri Aug 07 23:05:34 2015 |
committer | Peter Thatcher <pthatcher@chromium.org> | Fri Aug 07 23:05:42 2015 |
tree | 7f972ad0b4dcd89fda73a276a20cdb14a6024d04 | |
parent | eb04d687d3bd8d4c7cbe9eb00f0b8c77a873b428 [diff] |
Refactor the relationship between BaseChannel and MediaChannel so that we send over all the parameters in one method call rather then having them broken up into multiple method calls. This should allow future refactorings of the WebRtcVideoEngine2 to not recreate configurations so many times, and have more simple code as well. R=deadbeef@webrtc.org, pbos@webrtc.org Review URL: https://codereview.webrtc.org/1229283003 . Cr-Commit-Position: refs/heads/master@{#9690}