On Tue Jun 6 09:18:15 2023 +0000, Bernhard Kölbl wrote:
Sure: In `session_bind_output_nodes`, we put the ActivateObject for the MediaSink as Unknown and the MeidaSink-object as object in the node. Now when this code you mentioned is called, if we have an activation object stored in the node as Iunknown, the code guarded by `else if` is never called even though we have an MediaSink object in the node. (So this code is only working without activation objects)
Ok, I see. Does it shutdown both through activation object and through the sink on Windows?