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

Unified Diff: media/capture/video/win/sink_input_pin_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 | « media/capture/video/win/sink_filter_win.cc ('k') | media/capture/video/win/sink_input_pin_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_input_pin_win.h
diff --git a/media/capture/video/win/sink_input_pin_win.h b/media/capture/video/win/sink_input_pin_win.h
index 3a2bf7bdd03ba8dd82832bce9c2533a5c2c17b11..2d62783beee8331dfdc42c359469b4970bd82617 100644
--- a/media/capture/video/win/sink_input_pin_win.h
+++ b/media/capture/video/win/sink_input_pin_win.h
@@ -28,7 +28,9 @@ class SinkInputPin : public PinBase {
const BITMAPINFOHEADER& info_header);
// Returns the capability that is negotiated when this
// pin is connected to a media filter.
- const VideoCaptureFormat& ResultingFormat();
+ const VideoCaptureFormat& resulting_format() const {
+ return resulting_format_;
+ }
// Implement PinBase.
bool IsMediaTypeValid(const AM_MEDIA_TYPE* media_type) override;
« no previous file with comments | « media/capture/video/win/sink_filter_win.cc ('k') | media/capture/video/win/sink_input_pin_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698