commit | 614d5b78d6b00609505ddf829a3e7dd3c3b267d6 | [log] [tgz] |
---|---|---|
author | magjed <magjed@webrtc.org> | Tue Nov 15 14:30:54 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Nov 15 14:31:01 2016 |
tree | 487b02b2b2f9797d42e658c8ffd18b52c4bc84d9 | |
parent | 92fd8e6b171a5b5534afaec28648af6fdc863d0f [diff] |
Move VideoEncoderSoftwareFallbackWrapper from webrtc/video_encoder.h to webrtc/media/engine/ The class VideoEncoderSoftwareFallbackWrapper is an implementation detail of webrtc/media/engine/webrtcvideoengine2.cc and should not be directly under webrtc/video_encoder.h. The main purpose is to improve the dependency graph in WebRTC so that VideoEncoderSoftwareFallbackWrapper can depend on cricket::VideoCodec. The test for VideoEncoderSoftwareFallbackWrapper is also moved from webrtc/video/video_encoder_unittest.cc to webrtc/media/engine/videoencodersoftwarefallbackwrapper_unittest.cc. BUG=webrtc:6337 Review-Url: https://codereview.webrtc.org/2484863009 Cr-Commit-Position: refs/heads/master@{#15085}
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.