| Previous | Next |
| NS_E_WMR_NOSOURCEFILTER | NS_E_WMR_NOCALLBACKAVAILABLE |
NS_E_WMR_PINTYPENOMATCH
NS_E_WMR_PINTYPENOMATCH: what the result means
NS_E_WMR_PINTYPENOMATCH (0xC00D105D) means the media type on the selected pin does not match the type required by the operation or connection.
What to capture
Capture the complete media type on both sides of the connection, including major type, subtype and format block, plus the pin identities and connection call.
Focused verification
Compare those values with a known-working connection and change only the mismatching type negotiation. Do not infer codec absence until the pin-type mismatch itself is explained.
Technical references
- The DirectShow filter graph
- DirectShow media types
- Negotiating media types
- WM ASF Reader filter
- Microsoft HRESULT registry
Looking for a different code? Search another status or error code.
