commit | bf6a45b44253988b8dceda43aad157f340aa6e82 | [log] [tgz] |
---|---|---|
author | charujain <charujain@webrtc.org> | Thu Nov 03 04:21:42 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Nov 03 11:21:47 2016 +0000 |
tree | f89cf0162d0e0d95a840f2bfc81c166df708f06d | |
parent | 34852cf7072fb7eb596da10dce7a80798c7e8743 [diff] |
Moved transport_adapter.h/.cc from call/ to video/ dir to remove circular dependency Issue: video_receive_stream.cc includes transport_adapter.h which use to be inside call/ and call depends on video/ which caused circular dependency. We moved transport_adapter.h/.cc inside video/ and removed dependency of video/ on call/ BUG=webrtc:6412 NOTRY=True Review-Url: https://codereview.webrtc.org/2470913004 Cr-Commit-Position: refs/heads/master@{#14907}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.