commit | 644fa968869e52b4bfe7bc1833c25d7ab9df7cca | [log] [tgz] |
---|---|---|
author | peah <peah@webrtc.org> | Thu Aug 18 06:48:33 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Aug 18 13:48:38 2016 +0000 |
tree | 3773195abfe79a21578fe81bb015277faeb90209 | |
parent | 732086609177d0e657cc7bc96737db7117e72cec [diff] |
Added recording of the configuration for the AudioFrame API call BUG=webrtc:6227 Review-Url: https://codereview.webrtc.org/2252043003 Cr-Commit-Position: refs/heads/master@{#13819}
diff --git a/webrtc/modules/audio_processing/audio_processing_impl.cc b/webrtc/modules/audio_processing/audio_processing_impl.cc index 2a2e54d..3b3a951 100644 --- a/webrtc/modules/audio_processing/audio_processing_impl.cc +++ b/webrtc/modules/audio_processing/audio_processing_impl.cc
@@ -638,6 +638,8 @@ #ifdef WEBRTC_AUDIOPROC_DEBUG_DUMP if (debug_dump_.debug_file->is_open()) { + RETURN_ON_ERR(WriteConfigMessage(false)); + debug_dump_.capture.event_msg->set_type(audioproc::Event::STREAM); audioproc::Stream* msg = debug_dump_.capture.event_msg->mutable_stream(); const size_t data_size =