Commit ac0eb572 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

quartz: Don't sort the graph in IMediaFilter::GetState().

parent 0bad9529
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment