commit | a08189b948fb1e820e8bfa772bf70d8c598b87e5 | [log] [tgz] |
---|---|---|
author | Jakob Ivarsson <jakobi@webrtc.org> | Mon Nov 25 09:00:51 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 25 15:25:10 2024 |
tree | 555d18cb6926d6cf77827d8d23c6277e693e61d3 | |
parent | b40c5598580478b44b5e14ebd25d74ae3f5f1217 [diff] |
Revert "Add InsertPacket method that takes RtpPacketInfo." This reverts commit 38ddea5ee3320bf3441aeb3654e099b3695c9789. Reason for revert: not backwards compatible Original change's description: > Add InsertPacket method that takes RtpPacketInfo. > > The version which only passes receive_time will be removed (once migrated). > Keeping the version that only passes header and payload for convenience. > > This will allow us to attach more metadata on the worker thread before InsertPacket, instead of on the playout thread after GetAudio. Eventually, the plan is to split the RTP handling on the worker thread into a separate class. > > Bug: webrtc:42223109 > Change-Id: I5399b53b9fc5c2f1c996e109054b1b0877ecca05 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/369000 > Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> > Commit-Queue: Jakob Ivarsson <jakobi@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#43445} Bug: webrtc:42223109 Change-Id: Ie7cf397cfbe5dedca009f16e5e9e3af40adbe99b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/369200 Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Jakob Ivarsson <jakobi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43450}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.