Skip to content
  • Seungha Yang's avatar
    mediafoundation: Introduce Microsoft Media Foundation plugin · eece8904
    Seungha Yang authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
    The Microsoft Media Foundation (MF) is the successor of DirectShow.
    This commit includes two kinds of video capture implementation,
    one uses IMFSourceReader interface which is available since Windows Vista
    and the other is based on IMFCaptureEngine interface which is available
    since Windows 8.
    Note that this new video source element cannot be used in UWP app
    for now, since device activation using those APIs are not allowed by MS.
    
    Part-of: <!760>
    eece8904