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

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

Issue 2369983003: Win video capture: Fix capture format and frame buffer mismatch (Closed)
Patch Set: Revert changes to video_capture_device_client.cc 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
« 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 a88a33397bc466af4d92bf5ff669e09a27a7f7d1..cd823cdaebc88964704f8943bf903b5675116e8f 100644
--- a/media/capture/video/win/sink_input_pin_win.h
+++ b/media/capture/video/win/sink_input_pin_win.h
@@ -27,11 +27,6 @@ class SinkInputPin : public PinBase {
void SetRequestedMediaFormat(VideoPixelFormat pixel_format,
float frame_rate,
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_;
- }
// 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