From 1d2865d33a2815c31a93bf9b352b94b096f72f57 Mon Sep 17 00:00:00 2001 From: Joel Corley Date: Tue, 21 Jan 2020 15:47:24 -0800 Subject: Update all the AvStream samples for Vibranium. --- avstream/sampledevicemft/custompin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avstream/sampledevicemft/custompin.cpp') diff --git a/avstream/sampledevicemft/custompin.cpp b/avstream/sampledevicemft/custompin.cpp index 00edb329..edb5fadb 100644 --- a/avstream/sampledevicemft/custompin.cpp +++ b/avstream/sampledevicemft/custompin.cpp @@ -35,7 +35,7 @@ STDMETHODIMP CCustomPin::SendSample( // Log sample and exit.. The pipeline will just keep on churning more samples till // We go into the stop state // - DMFTRACE(DMFT_GENERAL, TRACE_LEVEL_INFORMATION, "%!FUNC! Custom Pin %d recieved Sample %p", streamId(), pSample); + DMFTRACE(DMFT_GENERAL, TRACE_LEVEL_INFORMATION, "%!FUNC! Custom Pin %d received Sample %p", streamId(), pSample); return S_OK; } -- cgit v1.3.1