webrtc/modules/audio_coding
Sebastian Jansson 5d436ac0bf Removed Die mock from MockAudioEncoder
MockAudioEncoder was calling a mocked Die function on itself in its
destructor. This outputs "Uninteresting mock function call" warning if
the Die call was not expected. This is true even if a NiceMock is used
to suppress the warnings.

The purpose of testing that the destructor is called might be to protect
against memory leaks when audio encoder ownership is transferred using a
raw pointer. However, this case is already covered by msan checks.

Bug: None
Change-Id: I0603c417b4b239027859228e05ebcf83ff5aaf18
Reviewed-on: https://webrtc-review.googlesource.com/56183
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22146}
2018-02-22 12:53:38 +00:00
..
acm2 Removed Die mock from MockAudioEncoder 2018-02-22 12:53:38 +00:00
audio_network_adaptor Stop using ByteSize (deprecated) to get the size of a proto message. 2017-11-30 14:27:50 +00:00
codecs Removed Die mock from MockAudioEncoder 2018-02-22 12:53:38 +00:00
include Add new UMA metric for NetEq target buffer delay 2017-11-29 08:56:29 +00:00
neteq Add decibel conversion functions to //common_audio:common_audio 2018-02-16 10:46:48 +00:00
test Normalize main(..) routines for WinUWP 2017-12-12 14:32:56 +00:00
audio_coding.gni Don't select audio codecs depending on GN vars build_with_{chromium|mozilla} 2017-11-01 18:59:27 +00:00
BUILD.gn Reland "Removing forward headers in modules/audio_coding/codecs."" 2018-02-06 10:38:19 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00