[Unwrap] Remove unused TimestampWrapAroundHandler from VideoChannel

Bug: webrtc:13982
Change-Id: I070e823e9e3866bb22ce802d85fb46e522aa9230
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/288743
Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
Auto-Submit: Evan Shrubsole <eshr@webrtc.org>
Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38941}
This commit is contained in:
Evan Shrubsole 2022-12-21 12:29:09 +00:00 committed by WebRTC LUCI CQ
parent 68a7c415c5
commit 0b17d1466b

View File

@ -547,10 +547,6 @@ class WebRtcVideoChannel : public VideoMediaChannel,
webrtc::Mutex sink_lock_;
rtc::VideoSinkInterface<webrtc::VideoFrame>* sink_
RTC_GUARDED_BY(sink_lock_);
// Expands remote RTP timestamps to int64_t to be able to estimate how long
// the stream has been running.
rtc::TimestampWrapAroundHandler timestamp_wraparound_handler_
RTC_GUARDED_BY(sink_lock_);
int64_t first_frame_timestamp_ RTC_GUARDED_BY(sink_lock_);
// Start NTP time is estimated as current remote NTP time (estimated from
// RTCP) minus the elapsed time, as soon as remote NTP time is available.