From: Nikolay Sivov Subject: Re: [PATCH 3/6] mf/session: Fix backwards handling of MF_TOPONODE_NOSHUTDOWN_ON_REMOVE. Message-Id: <07b70e6e-178e-98db-86d3-294dde431a22@codeweavers.com> Date: Thu, 13 Jan 2022 18:51:21 +0300 In-Reply-To: <20220104173527.77306-3-dlesho@codeweavers.com> References: <20220104173527.77306-1-dlesho@codeweavers.com> <20220104173527.77306-3-dlesho@codeweavers.com> I unsuccessfully tried to test this with simple topology of real source -> sample grabber using source type (no conversion), and Close(), or clearing topology does not trigger shutdown, ever. session->Shutdown() always shuts down actual sink when it's set as activation object, and again, never shuts down if it was set directly. This is pretty weird, I'll try some more tests. Maybe just SetTopology() does not transition session state enough, and it has to start playback even if just for a little while. It seems wrong if this automatic shutdown only happened when playback completes by reaching its end time. Derek, have you tried to test this in some way?