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

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

Issue 1332653005: Revert of 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: 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 2d62783beee8331dfdc42c359469b4970bd82617..3a2bf7bdd03ba8dd82832bce9c2533a5c2c17b11 100644
--- a/media/capture/video/win/sink_input_pin_win.h
+++ b/media/capture/video/win/sink_input_pin_win.h
@@ -28,9 +28,7 @@
const BITMAPINFOHEADER& info_header);
// Returns the capability that is negotiated when this
// pin is connected to a media filter.
- const VideoCaptureFormat& resulting_format() const {
- return resulting_format_;
- }
+ const VideoCaptureFormat& ResultingFormat();
// 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