Hi,
I am a newbie in DirectShow filters development. To start off
understanding the architecture of DirectShow filter, I decided to write a
transform filter for flash video file. For this, I started implementing the
IBaseFilter interface using ATL and ignoring the DirectShow filter base
classes. Then, I register the filter. But, when rendering the flash video
file it loads the filter but after successful querying the IBaseFilter it
returns E_NOINTERFACE. I do not know, what other interface I would have to
support.
I upload the code at the following file sharing site :-
http://rapidshare.com/files/29978528/FlvDecoder.zip.html
Thank you.