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

Issue 11418307: Revert 170912 - need more delayloads. (Closed)

Created:
8 years ago by tommi (sloooow) - chröme
Modified:
8 years ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Revert 170912 - need more delayloads. > Video capture implementation using the Media Foundation API. > This replaces the DirectShow based implementation for Vista,Win7 and Win8. > DirectShow isn't supported in metro mode so once we've landed this, > we can revert the workaround we have in place for Win8. > > The CapabilityList class is mostly moved code from the DS implementation. > The difference is that I'm not using a std::map<> since that wasn't > really necessary and instead adding one member (via inheritance) to > the capability struct on Windows that holds the stream id that is needed. > > BUG=140545 > TEST=All video capture tests in media_unittests now test this new implementation (except on XP). > > Review URL: https://codereview.chromium.org/11419200 TBR=tommi@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170925

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -703 lines) Patch
M chrome/chrome_dll.gypi View 1 chunk +0 lines, -3 lines 0 comments Download
M media/media.gyp View 3 chunks +0 lines, -21 lines 0 comments Download
D media/video/capture/win/capability_list_win.h View 1 chunk +0 lines, -50 lines 0 comments Download
D media/video/capture/win/capability_list_win.cc View 1 chunk +0 lines, -114 lines 0 comments Download
D media/video/capture/win/video_capture_device_mf_win.h View 1 chunk +0 lines, -72 lines 0 comments Download
D media/video/capture/win/video_capture_device_mf_win.cc View 1 chunk +0 lines, -399 lines 0 comments Download
M media/video/capture/win/video_capture_device_win.h View 4 chunks +3 lines, -4 lines 0 comments Download
M media/video/capture/win/video_capture_device_win.cc View 8 chunks +111 lines, -40 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
tommi (sloooow) - chröme
8 years ago (2012-12-04 10:50:17 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698