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

Unified Diff: webrtc/video/video_capture_input.h

Issue 1534233002: Incorrect timestamps used by video analyzer with real camera Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years 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 | « no previous file | webrtc/video/video_capture_input.cc » ('j') | webrtc/video/video_capture_input.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/video_capture_input.h
diff --git a/webrtc/video/video_capture_input.h b/webrtc/video/video_capture_input.h
index d44907cd0ee83270f15aed1ae3d18969f20854bb..3640bc5657fa1ed0ca17cf71ac55069cfba0a0f7 100644
--- a/webrtc/video/video_capture_input.h
+++ b/webrtc/video/video_capture_input.h
@@ -60,6 +60,8 @@ class VideoCaptureInput : public webrtc::VideoCaptureInput {
void IncomingCapturedFrame(const VideoFrame& video_frame) override;
+ VideoFrame UpdateTimestamps(const VideoFrame& video_frame);
+
private:
// Thread functions for deliver captured frames to receivers.
static bool EncoderThreadFunction(void* obj);
« no previous file with comments | « no previous file | webrtc/video/video_capture_input.cc » ('j') | webrtc/video/video_capture_input.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698