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

Unified Diff: media/capture/video/win/sink_filter_win.h

Issue 1325303004: Win Video Capture: add UYVY pixel format to Cr sink filter pin capabilities (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: emircan@ nit 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 | « no previous file | media/capture/video/win/sink_filter_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/video/win/sink_filter_win.h
diff --git a/media/capture/video/win/sink_filter_win.h b/media/capture/video/win/sink_filter_win.h
index f718f01cc499351c93fedfa2787ee25eee8e4997..ec8d6b4283c55daec4a5ee720f0d8c2a5bcec2f6 100644
--- a/media/capture/video/win/sink_filter_win.h
+++ b/media/capture/video/win/sink_filter_win.h
@@ -41,7 +41,7 @@ class __declspec(uuid("88cdbbdc-a73b-4afa-acbf-15d5e2ce12c3")) SinkFilter
const BITMAPINFOHEADER& info_header);
// Returns the format that is negotiated when this
// filter is connected to a media filter.
- const VideoCaptureFormat& ResultingFormat();
+ const VideoCaptureFormat& ResultingFormat() const;
// Implement FilterBase.
size_t NoOfPins() override;
« no previous file with comments | « no previous file | media/capture/video/win/sink_filter_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698