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:
parent
ff9a6e69dd
commit
9dd9602d8c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue