commit | 9deaa86136e74fbf22065bf8a479780942e81fc8 | [log] [tgz] |
---|---|---|
author | kaorimatz <kaorimatz@gmail.com> | Fri Aug 21 18:38:50 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Sat Aug 22 01:38:55 2015 +0000 |
tree | 034463cfe3e422af4e567d5f41aa6a2ec445caaa | |
parent | 7612f1711c8724661aac1e064632646f2299b2ff [diff] |
Fix initialization/termination of AudioDeviceTemplate AudioDeviceTemplate doesn't initialize `output_` and `input_` if the initialization of `audio_manager_` succeeds. Similarly, it doesn't terminate `input_` and `audio_manager_` if the termination of `output_` succeeds. This CL fixes this. BUG= Review URL: https://codereview.webrtc.org/1296693003 Cr-Commit-Position: refs/heads/master@{#9760}