commit | 6f8d686d3503aafa64a8b545f8b8fdff65e8f816 | [log] [tgz] |
---|---|---|
author | isheriff <isheriff@chromium.org> | Thu May 26 11:24:55 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu May 26 18:25:04 2016 +0000 |
tree | 1d931cc33f8d8d76c96dd1a6e26269a3d5203bba | |
parent | 97f0b93f0d8a8f6be2d60c41b984a51a921ccde4 [diff] |
Remove use of RtpHeaderExtension and clean up Currently there are two structs that are identical and track extension details: webrtc::RtpExtension cricket::RtpHeaderExtension The use of the structs is mixed in the code to track the extensions being supported. This results in duplicate definition of the URI constants and there is code to convert between the two structs. Clean up to use a single RtpHeader throughout the codebase. The actual location of RtpHeader may change in future (perhaps to be located in api/). Additionally, this CL renames some of the constants to clarify Uri and Id use. BUG= webrtc:5895 Review-Url: https://codereview.webrtc.org/1984983002 Cr-Commit-Position: refs/heads/master@{#12924}
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.