commit | c9348218cfe0cff6d0d3a383f7d1d6cfce4b1262 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Mon Oct 14 13:00:35 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Oct 15 11:42:05 2019 +0000 |
tree | f559c1472ee4f01162a66b671093b8db9d007ac7 | |
parent | ac0a4cbbd85036c0c35ed4bc3383805ff00415dd [diff] |
Reland "RtpRtcp modules and below: Make media, RTX and FEC SSRCs const" This is a reland of 17608dc4592fe25c1effdd75bf856f4af251942e Downstream fixed, relanding. Original change's description: > RtpRtcp modules and below: Make media, RTX and FEC SSRCs const > > Downstream usage of SetSsrc() / SetRtxSsrc() should now be gone. Let's > remove them, make the members const, and remove now unnecessary locking. > > Bug: webrtc:10774 > Change-Id: Ie4c1b3935508cf329c5553030f740c565d32e04b > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/155660 > Commit-Queue: Erik Språng <sprang@webrtc.org> > Reviewed-by: Niels Moller <nisse@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#29475} TBR=nisse@webrtc.org Bug: webrtc:10774 Change-Id: I759bed3ff1909857696c6d1b13df595a5e552f03 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/157049 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29486}
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.