I'm developing a DirectShow filter that it's input connects to H.264 encoder's output, the filter purpose is to insert FEC bits just before the H.264 NAL's header, what requires me to read the encoder's data on the bit LEVEL.
I already made the FEC filter DLL and connected it using GraphEdit. Suppose I want to see some LOG msg with the video data(bits) entering my filter in the GraphEdit anyone knows how to generate those log msgs or log file?