Move ownership of VCMJitterEstimator to FrameBuffer
Bug: webrtc:7408 Change-Id: I8b33ead80abff1e84ae0b223e108266f71f03e2f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/134180 Reviewed-by: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Åsa Persson <asapersson@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27823}
This commit is contained in:
@ -33,10 +33,8 @@ VideoStreamDecoderImpl::VideoStreamDecoderImpl(
|
||||
this,
|
||||
"video_stream_decoder_decode_thread",
|
||||
rtc::kHighestPriority),
|
||||
jitter_estimator_(Clock::GetRealTimeClock()),
|
||||
timing_(Clock::GetRealTimeClock()),
|
||||
frame_buffer_(Clock::GetRealTimeClock(),
|
||||
&jitter_estimator_,
|
||||
&timing_,
|
||||
nullptr),
|
||||
next_frame_timestamps_index_(0) {
|
||||
|
||||
Reference in New Issue
Block a user