commit | 2f3b75d30d1664cd9b0c2c7285c1c31974147c3d | [log] [tgz] |
---|---|---|
author | philipel <philipel@webrtc.org> | Wed Mar 13 12:02:15 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 13 13:19:49 2024 |
tree | 10c911417ffa5d619a31f5422e948abb455e5157 | |
parent | ed050bf253b7d21b856fcedab87a872e60de873e [diff] [blame] |
Reset prev_unwrapped_timestamp_ in TimestampExtrapolator::Reset Bug: b/325916306 Change-Id: I7c52ed45d02c8e602670f5e8e345543fed4523f3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/342860 Reviewed-by: Stefan Holmer <holmer@google.com> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41897}
diff --git a/video/video_receive_stream2_unittest.cc b/video/video_receive_stream2_unittest.cc index 10b9d88..f4802e4 100644 --- a/video/video_receive_stream2_unittest.cc +++ b/video/video_receive_stream2_unittest.cc
@@ -1020,7 +1020,8 @@ .Build()); EXPECT_CALL(mock_decoder_, Decode(test::RtpTimestamp(kWrapAroundRtp), _)) .Times(1); - EXPECT_THAT(fake_renderer_.WaitForFrame(TimeDelta::Zero()), RenderedFrame()); + EXPECT_THAT(fake_renderer_.WaitForFrame(TimeDelta::Seconds(1)), + RenderedFrame()); video_receive_stream_->Stop(); }