Nikolay Sivov (@nsivov) commented about dlls/mf/session.c:
return hr;
}
+static void session_flush_transform_output_nodes(struct media_session *session)
This could be call session_flush_nodes(), or flush_topology/flush_pipeline, no need to make the name that specific.