Commit f7a21ee1 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

qcap: Print the debug string instead of the pointer value.

parent a21b2cc5
...@@ -1015,7 +1015,7 @@ static HRESULT WINAPI MediaSeeking_SetTimeFormat( ...@@ -1015,7 +1015,7 @@ static HRESULT WINAPI MediaSeeking_SetTimeFormat(
IMediaSeeking *iface, const GUID *pFormat) IMediaSeeking *iface, const GUID *pFormat)
{ {
AviMux *This = impl_from_IMediaSeeking(iface); AviMux *This = impl_from_IMediaSeeking(iface);
FIXME("(%p)->(%p)\n", This, debugstr_guid(pFormat)); FIXME("(%p)->(%s)\n", This, debugstr_guid(pFormat));
return E_NOTIMPL; return E_NOTIMPL;
} }
......
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