[KSPROXY]

- Fix build for XXX time because of me

svn path=/trunk/; revision=46278
This commit is contained in:
Johannes Anderwald 2010-03-19 21:07:23 +00:00
parent 7f270c0bd9
commit 333598b9c0
2 changed files with 1 additions and 3 deletions

View file

@ -1219,9 +1219,7 @@ HRESULT
STDMETHODCALLTYPE
COutputPin::Connect(IPin *pReceivePin, const AM_MEDIA_TYPE *pmt)
{
AM_MEDIA_TYPE MediaType;
HRESULT hr;
HANDLE hFilter;
OutputDebugStringW(L"COutputPin::Connect called\n");
if (pmt)

View file

@ -505,7 +505,7 @@ STDMETHODCALLTYPE
CKsProxy::KsSetPhysicalTime(
LONGLONG Time)
{
OutputDebugStringW(L"CKsProxy::KsSetPhysicalTime NotImplemented\n");
OutputDebugStringW(L"CKsProxy::KsSetPhysicalTime\n");
return PerformClockProperty(KSPROPERTY_CLOCK_PHYSICALTIME, KSPROPERTY_TYPE_SET, (PVOID)&Time, sizeof(LONGLONG));
}