Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(625)

Unified Diff: talk/media/base/videoframefactory.cc

Issue 1324263004: Remove cricket::VideoFrame::Set/GetElapsedTime() (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased. Re-added CapturedFrame.elapsed_time. Remove once Chromium is updated. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « talk/media/base/videoframe_unittest.h ('k') | talk/media/devices/filevideocapturer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/media/base/videoframefactory.cc
diff --git a/talk/media/base/videoframefactory.cc b/talk/media/base/videoframefactory.cc
index ceef75719ff5a610fa550d44ce450ffd3450bb33..dfd97c6faa8ca4636441fb6df7e6f406bb502f3e 100644
--- a/talk/media/base/videoframefactory.cc
+++ b/talk/media/base/videoframefactory.cc
@@ -70,7 +70,6 @@ VideoFrame* VideoFrameFactory::CreateAliasedFrame(
}
} else {
cropped_input_frame->StretchToFrame(output_frame_.get(), true, true);
- output_frame_->SetElapsedTime(cropped_input_frame->GetElapsedTime());
output_frame_->SetTimeStamp(cropped_input_frame->GetTimeStamp());
}
return output_frame_->Copy();
« no previous file with comments | « talk/media/base/videoframe_unittest.h ('k') | talk/media/devices/filevideocapturer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698