mfreadwrite: Forward GetPresentationAttribute() to descriptor when appropriate.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2019-03-19 11:17:32 +03:00 committed by Alexandre Julliard
parent ff9a6e69dd
commit 9dd9602d8c
1 changed files with 1 additions and 2 deletions

View File

@ -317,8 +317,7 @@ static HRESULT WINAPI src_reader_GetPresentationAttribute(IMFSourceReader *iface
}
else
{
FIXME("Unsupported source attribute %s.\n", debugstr_guid(guid));
return E_NOTIMPL;
return IMFPresentationDescriptor_GetItem(reader->descriptor, guid, value);
}
break;
default: