15 Jul
2020
15 Jul
'20
12:56 a.m.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> --- dlls/quartz/filtergraph.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/quartz/filtergraph.c b/dlls/quartz/filtergraph.c index e035b8f0ed1..5a10df9db2b 100644 --- a/dlls/quartz/filtergraph.c +++ b/dlls/quartz/filtergraph.c @@ -4933,8 +4933,6 @@ static HRESULT WINAPI MediaFilter_GetState(IMediaFilter *iface, DWORD timeout, F EnterCriticalSection(&graph->cs); - sort_filters(graph); - *state = graph->state; LIST_FOR_EACH_ENTRY(filter, &graph->filters, struct filter, entry) -- 2.27.0