commit | 118d01ac35adcf4d1efb5d225f9d85d857115c0b | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Thu Jun 25 09:58:41 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jun 25 12:41:48 2020 |
tree | 3e698f41f9c6abfaf422f714528bef1dea6cb210 | |
parent | 980cadd02c7384397a41c0e334e9f329f3cc5c65 [diff] |
Revert "Reland "Removes lock release in PacedSender callback."" This reverts commit b46df3da44c42f6e5055c69a8247a344887108ea. Reason for revert: May cause deadlock. Original change's description: > Reland "Removes lock release in PacedSender callback." > > This is a reland of 6b9c60b06d04bc519195fca1f621b10accfeb46b > > Original change's description: > > Removes lock release in PacedSender callback. > > > > The PacedSender currently has logic to temporarily release its internal > > lock while sending or asking for padding. > > This creates some tricky situations in the pacing controller where we > > need to consider if some thread can enter while we the process thread is > > actually processing, just temporarily busy sending. > > > > Since the pacing call stack is no longer cyclic, we can actually remove > > this lock-release now. > > > > Bug: webrtc:10809 > > Change-Id: Ic59c605252bed1f96a03406c908a30cd1012f995 > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/173592 > > Reviewed-by: Sebastian Jansson <srte@webrtc.org> > > Commit-Queue: Erik Språng <sprang@webrtc.org> > > Cr-Commit-Position: refs/heads/master@{#31206} > > Bug: webrtc:10809 > Change-Id: Id39fc49b0a038e7ae3a0d9818fb0806c33ae0ae0 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/175656 > Reviewed-by: Sebastian Jansson <srte@webrtc.org> > Commit-Queue: Erik Språng <sprang@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#31332} TBR=sprang@webrtc.org,srte@webrtc.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: webrtc:10809 Change-Id: I6b06bafad8cd9eeb22107d04b953fd14b8131afa Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/178100 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31564}
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.