[PATCH] mf: Return S_OK from IMFMediaSession::Close.

Sven Baars sven.wine at gmail.com
Sun Nov 25 13:45:04 CST 2018


Signed-off-by: Sven Baars <sven.wine at gmail.com>
---
 dlls/mf/session.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mf/session.c b/dlls/mf/session.c
index 18c5f3bf01..5913af39b9 100644
--- a/dlls/mf/session.c
+++ b/dlls/mf/session.c
@@ -176,7 +176,7 @@ static HRESULT WINAPI mfsession_Close(IMFMediaSession *iface)
 
     FIXME("(%p)\n", This);
 
-    return E_NOTIMPL;
+    return S_OK;
 }
 
 static HRESULT WINAPI mfsession_Shutdown(IMFMediaSession *iface)
-- 
2.17.1




More information about the wine-devel mailing list