mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
![]() Before this change HardwareVideoEncoder used capture time as frame timestamp passed to HW encoder. That led to buffer overshoots with HW encoders which infer frame rate from timestamps when frames were dropped before encoding (i.e., frame rate decreases according to frame timestamps) or when FramerateBitrateAdjuster was used. Fixed this by using synthetic monotonically increasing timestamps calculated based on target frame rate provided by bitrate adjuster. Bug: webrtc:12982 Change-Id: I2454cd4e574bbea1cb9855ced4d998104845415c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/228902 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34810} |
||
---|---|---|
.. | ||
android | ||
objc | ||
BUILD.gn | ||
media_constraints.cc | ||
media_constraints.h | ||
media_constraints_unittest.cc | ||
OWNERS |