On Mon Jun 5 12:24:41 2023 +0000, Nikolay Sivov wrote:
Could you explain what does this fix?
Sure: In `session_bind_output_nodes`, we put the ActivateObject for the MediaSink as Unknown and the MeidaSink-object as object. 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 with activation objects)