I'm developping a h264 directshow filter.
I have a valid hardware source which outputs NAL units properly. I have a DirectShow filter which advertises h264 and successfully connects to the default windows 7 decoder microsoft dtv-dvd video decoder.
When I connect a renderer to the decoder, the renderer doesn't get any packets, so I assume that the decoder fails to decode my packets properly.
[ h264 Source ] -> [ dtv-dvd decoder ] -> [ enhanced video renderer ]
Is there any way for me to check where the microsoft decoder fails?
Any other info could be helpful