commit | 25eb47ccf18f0764eb9a94d586eb8b74ffd712d3 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Thu Aug 29 14:39:05 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Aug 29 15:56:40 2019 |
tree | d3277022c37cfcb49181eed22ec1f6a48cf62302 | |
parent | 022a7c8d4980f489a30c42ba82d754fed6ae4f62 [diff] |
Make the RtpHeaderParserImpl available to tests and tools only. There are a few reasons for making this test only: * The code is only used by tests and utilities. * The pure interface has only a single implementation so an interface isn't really needed. (a followup change could remove it altogether) * The implementation always incorporates locking regardless of how the class gets used. See e.g. previous use in the Packet class. * The implementation is a layer on top of RtpUtility::RtpHeaderParser which is sufficient for most production cases. Change-Id: Ide6d50567cf8ae5127a2eb04cceeb10cf317ec36 Bug: none Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/150658 Commit-Queue: Tommi <tommi@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29010}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.