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:
parent
20a1eb3b25
commit
abd3e8f3ec
|
@ -1137,6 +1137,8 @@ static HRESULT media_item_create_topology(struct media_player *player, struct me
|
||||||
IMFStreamDescriptor_Release(sd);
|
IMFStreamDescriptor_Release(sd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
IMFTopology_SetUINT32(topology, &MF_TOPOLOGY_ENUMERATE_SOURCE_TYPES, TRUE);
|
||||||
|
|
||||||
*out = topology;
|
*out = topology;
|
||||||
|
|
||||||
return S_OK;
|
return S_OK;
|
||||||
|
|
Loading…
Reference in New Issue