文件最后提交记录最后更新时间
pc: Add asynchronous RtpSender::SetParameters() call As the synchronous version only posts a task to recreate the encoder later, it is not possible to catch errors and state changes that could appear then. The asynchronous version of SetParameters() aims to solve this by providing a callback to wait for the completion of the encoder reconfiguration, allowing any error to be propagate and subsequent getParameters() call to have up to date information. Bug: webrtc:11607 Change-Id: I5548e75aa14a97f8d9c0c94df1e72e9cd40887b2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/278420 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Florent Castelli <orphis@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38627} 3 年前
In call/ replace mock macros with unified MOCK_METHOD macro Bug: webrtc:11564 Change-Id: I81d06041b80ce470e4859c4d0ebad7ff0f831af9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/175134 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31276} 5 年前
In call/ replace mock macros with unified MOCK_METHOD macro Bug: webrtc:11564 Change-Id: I81d06041b80ce470e4859c4d0ebad7ff0f831af9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/175134 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31276} 5 年前
Revert "Clean up last_packet_received_time_ as it's no longer used." This reverts commit 2f4bc6416651be40ef8f95a4695e6b7c41f18666. Reason for revert: Breaks downstream test Original change's description: > Clean up last_packet_received_time_ as it's no longer used. > > Bug: webrtc:15377 > Change-Id: I5453b9fd572a04dbea3241a2eb1c8ad8bb8b1186 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/320560 > Reviewed-by: Erik Språng <sprang@webrtc.org> > Reviewed-by: Björn Terelius <terelius@webrtc.org> > Commit-Queue: Ying Wang <yinwa@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#40792} Bug: webrtc:15377 Change-Id: Ifa57671cc479cdd86f543c4edc236221beb76f90 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/321340 Auto-Submit: Björn Terelius <terelius@webrtc.org> Reviewed-by: Ying Wang <yinwa@webrtc.org> Owners-Override: Björn Terelius <terelius@webrtc.org> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40797} 2 年前