Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aleksoid1978/VideoRenderer
/ ClearNewMediaType
Method
ClearNewMediaType
Source/VideoRendererInputPin.cpp:216–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
}
215
216
void CVideoRendererInputPin::ClearNewMediaType()
217
{
218
DLog(L
"CVideoRendererInputPin::ClearNewMediaType()"
);
219
220
m_pNewMT.reset();
221
if (m_pCustomAllocator) {
222
m_pCustomAllocator->ClearNewMediaType();
223
}
224
}
Callers
nothing calls this directly
Calls
1
DLog
Function · 0.85
Tested by
no test coverage detected