This will cause an exception and which results in the service trying the next tuner. At the time, all of the tuners seemed to be doing this.dvb: RunGraph returns: 0x80070079
//
// Run
//
// Overriden to open the dump file
//
STDMETHODIMP CMpTsFilter::Run(REFERENCE_TIME tStart)
{
LogDebug("CMpTsFilter::Run()");
CAutoLock cObjectLock(m_pLock);
return CBaseFilter::Run(tStart);
}