Delete unused CallStats object in VideoSendStreamImplTest
Bug: None Change-Id: I5fa66586ee834647e4c99e5f26a2a501d66611cc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/242362 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35560}
This commit is contained in:
parent
cdcad243d5
commit
6e0209a50e
@ -20,7 +20,6 @@
|
|||||||
#include "call/test/mock_bitrate_allocator.h"
|
#include "call/test/mock_bitrate_allocator.h"
|
||||||
#include "call/test/mock_rtp_transport_controller_send.h"
|
#include "call/test/mock_rtp_transport_controller_send.h"
|
||||||
#include "modules/rtp_rtcp/source/rtp_sequence_number_map.h"
|
#include "modules/rtp_rtcp/source/rtp_sequence_number_map.h"
|
||||||
#include "modules/utility/include/process_thread.h"
|
|
||||||
#include "modules/video_coding/fec_controller_default.h"
|
#include "modules/video_coding/fec_controller_default.h"
|
||||||
#include "rtc_base/experiments/alr_experiment.h"
|
#include "rtc_base/experiments/alr_experiment.h"
|
||||||
#include "rtc_base/fake_clock.h"
|
#include "rtc_base/fake_clock.h"
|
||||||
@ -29,7 +28,6 @@
|
|||||||
#include "test/gmock.h"
|
#include "test/gmock.h"
|
||||||
#include "test/gtest.h"
|
#include "test/gtest.h"
|
||||||
#include "test/mock_transport.h"
|
#include "test/mock_transport.h"
|
||||||
#include "video/call_stats.h"
|
|
||||||
#include "video/test/mock_video_stream_encoder.h"
|
#include "video/test/mock_video_stream_encoder.h"
|
||||||
#include "video/video_send_stream.h"
|
#include "video/video_send_stream.h"
|
||||||
|
|
||||||
@ -119,8 +117,6 @@ class VideoSendStreamImplTest : public ::testing::Test {
|
|||||||
config_(&transport_),
|
config_(&transport_),
|
||||||
send_delay_stats_(&clock_),
|
send_delay_stats_(&clock_),
|
||||||
test_queue_("test_queue"),
|
test_queue_("test_queue"),
|
||||||
process_thread_(ProcessThread::Create("test_thread")),
|
|
||||||
call_stats_(&clock_, process_thread_.get()),
|
|
||||||
stats_proxy_(&clock_,
|
stats_proxy_(&clock_,
|
||||||
config_,
|
config_,
|
||||||
VideoEncoderConfig::ContentType::kRealtimeVideo) {
|
VideoEncoderConfig::ContentType::kRealtimeVideo) {
|
||||||
@ -177,9 +173,6 @@ class VideoSendStreamImplTest : public ::testing::Test {
|
|||||||
VideoSendStream::Config config_;
|
VideoSendStream::Config config_;
|
||||||
SendDelayStats send_delay_stats_;
|
SendDelayStats send_delay_stats_;
|
||||||
TaskQueueForTest test_queue_;
|
TaskQueueForTest test_queue_;
|
||||||
std::unique_ptr<ProcessThread> process_thread_;
|
|
||||||
// TODO(tommi): Use internal::CallStats
|
|
||||||
CallStats call_stats_;
|
|
||||||
SendStatisticsProxy stats_proxy_;
|
SendStatisticsProxy stats_proxy_;
|
||||||
PacketRouter packet_router_;
|
PacketRouter packet_router_;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user