[PATCH 2/8] quartz: Don't sort the graph in IMediaFilter::GetState().

Zebediah Figura z.figura12 at gmail.com
Tue Jul 14 19:56:20 CDT 2020


Signed-off-by: Zebediah Figura <z.figura12 at 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




More information about the wine-devel mailing list