Commit abd3e8f3 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

mfplay: Enable source type enumeration.

parent 20a1eb3b
......@@ -1137,6 +1137,8 @@ static HRESULT media_item_create_topology(struct media_player *player, struct me
IMFStreamDescriptor_Release(sd);
}
IMFTopology_SetUINT32(topology, &MF_TOPOLOGY_ENUMERATE_SOURCE_TYPES, TRUE);
*out = topology;
return S_OK;
......
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