Derek Lesho : mf/session: Call session_command_complete after NotifyTopology command.

Alexandre Julliard julliard at winehq.org
Mon Nov 16 15:28:58 CST 2020


Module: wine
Branch: master
Commit: 86e6c0bc28177a3794950fe2a13b8208400b6194
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=86e6c0bc28177a3794950fe2a13b8208400b6194

Author: Derek Lesho <dlesho at codeweavers.com>
Date:   Mon Nov 16 15:08:38 2020 -0600

mf/session: Call session_command_complete after NotifyTopology command.

Signed-off-by: Derek Lesho <dlesho at codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/mf/session.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/mf/session.c b/dlls/mf/session.c
index cf351c003e7..dffd5113ff9 100644
--- a/dlls/mf/session.c
+++ b/dlls/mf/session.c
@@ -2075,6 +2075,7 @@ static HRESULT WINAPI session_commands_callback_Invoke(IMFAsyncCallback *iface,
             break;
         case SESSION_CMD_QM_NOTIFY_TOPOLOGY:
             IMFQualityManager_NotifyTopology(session->quality_manager, op->u.notify_topology.topology);
+            session_command_complete(session);
             break;
         case SESSION_CMD_SA_READY:
             topo_node = session_get_node_by_id(session, op->u.sa_ready.node_id);




More information about the wine-cvs mailing list