| 713 | } |
| 714 | |
| 715 | STDMETHODIMP CMpcVideoRenderer::Stop() |
| 716 | { |
| 717 | DLog(L"CMpcVideoRenderer::Stop()"); |
| 718 | |
| 719 | m_filterState = State_Stopped; |
| 720 | m_bValidBuffer = false; |
| 721 | |
| 722 | { |
| 723 | CAutoLock cRendererLock(&m_RendererLock); |
| 724 | m_VideoProcessor->Flush(); |
| 725 | } |
| 726 | |
| 727 | return CBaseVideoRenderer2::Stop(); |
| 728 | } |
| 729 | |
| 730 | #if _DEBUG |
| 731 | std::wstring PropSetAndIdToString(REFGUID PropSet, ULONG Id) |