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

Unified Diff: services/video_capture/public/interfaces/video_capture_format.mojom

Issue 2419793003: media: Use native video enum types in media mojo interfaces (Closed)
Patch Set: media: Use native video enum types in media mojo interfaces Created 4 years, 2 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
Index: services/video_capture/public/interfaces/video_capture_format.mojom
diff --git a/services/video_capture/public/interfaces/video_capture_format.mojom b/services/video_capture/public/interfaces/video_capture_format.mojom
index 9ae109db2f81d84440f76f005530c388bbf32faf..95c2991148c6ee140a631bf534176587cb5ae823 100644
--- a/services/video_capture/public/interfaces/video_capture_format.mojom
+++ b/services/video_capture/public/interfaces/video_capture_format.mojom
@@ -15,7 +15,7 @@ enum VideoPixelStorage {
struct VideoCaptureFormat {
gfx.mojom.Size frame_size;
float frame_rate;
- media.mojom.VideoFormat pixel_format;
+ media.mojom.VideoPixelFormat pixel_format;
VideoPixelStorage pixel_storage;
};
« no previous file with comments | « media/mojo/interfaces/media_types.typemap ('k') | services/video_capture/public/interfaces/video_capture_format_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698