mfplay: Enable source type enumeration.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2021-05-28 16:17:06 +03:00 committed by Alexandre Julliard
parent 20a1eb3b25
commit abd3e8f3ec

View file

@ -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;