Use make_ref_counted in AudioProcessingBuilder
Bug: webrtc:12701 Change-Id: I51ca5a54f812a1620ee2e6605c9ff67b92e2a5f8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/224547 Reviewed-by: Ivo Creusen <ivoc@webrtc.org> Reviewed-by: Sam Zackrisson <saza@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34725}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
897bf9bff1
commit
4f776ac7de
@ -428,7 +428,7 @@ class AudioProcessingImplLockTest
|
||||
// Thread related variables.
|
||||
mutable RandomGenerator rand_gen_;
|
||||
|
||||
std::unique_ptr<AudioProcessing> apm_;
|
||||
rtc::scoped_refptr<AudioProcessing> apm_;
|
||||
TestConfig test_config_;
|
||||
FrameCounters frame_counters_;
|
||||
RenderProcessor render_thread_state_;
|
||||
|
||||
Reference in New Issue
Block a user