• tommi@chromium.org's avatar
    Revert 170912 - need more delayloads. · 348c18bc
    tommi@chromium.org authored
    > 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
    Review URL: https://codereview.chromium.org/11418307
    
    git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170925 0039d316-1c4b-4281-b951-d872f2087c98
    348c18bc
video_capture_device_win.cc 21 KB