commit | 62d02c328de2e882f580f28a6fbcbd9fd9e48b1e | [log] [tgz] |
---|---|---|
author | johan <johan@webrtc.org> | Tue Jan 24 04:38:27 2017 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jan 24 12:38:27 2017 +0000 |
tree | 009704b022f414508b6b454071b9484250aa238d | |
parent | 822d2586fbd6af3ee421b32b86e076088283c6b5 [diff] |
Unit test out of band H264 SPS,PPS within RtpStreamReceiver. This CL introduces a dedicated unit test for webrtc::RtpStreamReceiver. Focus of this CL is testing RtpStreamReciver::OnReceivedPayloadData(). Dependencies with virtual interfaces are (g)mocked, non-virtual dependencies are instantiated. This CL is chained to https://codereview.webrtc.org/2638933002/ . BUG=webrtc:5948 Review-Url: https://codereview.webrtc.org/2641463002 Cr-Commit-Position: refs/heads/master@{#16240}
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.