commit | 7721535c93622943b37b24ee38c516811ecbdadd | [log] [tgz] |
---|---|---|
author | Chris Cunningham <[email protected]> | Fri Aug 25 22:37:50 2017 |
committer | Commit Bot <[email protected]> | Fri Aug 25 22:37:50 2017 |
tree | 76d25c07d6a87eac5c3e7a4ab663a07dbc637482 | |
parent | 4bde69acf1d28947f2fe3ed06e525937da9ba8ed [diff] |
Reset AudioTimestampValidator upon config change The validator relies on fields from the AudioDecoderConfig to set timestamp expectations. When the config changes, simply recreate the validator with the latest config. Neglecting to update the config can lead to incorrect detection of timestamp gaps, which leads to log spam. TEST=new unit test BUG=748751 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Id2de8d1df4307fda95d924e06ae975a715d7cfe9 Reviewed-on: https://chromium-review.googlesource.com/634509 Reviewed-by: Matthew Wolenetz <[email protected]> Commit-Queue: Chrome Cunningham <[email protected]> Cr-Commit-Position: refs/heads/master@{#497569}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .