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

Unified Diff: media/base/video_capturer_source.h

Issue 955253002: Add metadata to media::VideoFrame and plumb it through IPC/MediaStream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tommi's nits addressed Created 5 years, 10 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 | « media/base/BUILD.gn ('k') | media/base/video_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/video_capturer_source.h
diff --git a/media/base/video_capturer_source.h b/media/base/video_capturer_source.h
index 56ec7296a9b9a89021e88b2d7c3ee5cf5fbd5f96..774f28da02faf97e188a1eaffc5e5308b877c764 100644
--- a/media/base/video_capturer_source.h
+++ b/media/base/video_capturer_source.h
@@ -42,7 +42,6 @@ class MEDIA_EXPORT VideoCapturerSource {
// the first video frame delivered may not have timestamp equal to 0.
typedef base::Callback<
void(const scoped_refptr<media::VideoFrame>& video_frame,
- const media::VideoCaptureFormat& format,
const base::TimeTicks& estimated_capture_time)>
VideoCaptureDeliverFrameCB;
« no previous file with comments | « media/base/BUILD.gn ('k') | media/base/video_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698