Regarding Adding a Decoder Filter
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Everyone, Actually I like to use the GPL MPEG1/2 decoder from the follwing site http://www.free-codecs.com[^] I have the decoder source which gives GPLDec.lib and GPLDec.ax files. I had registered the GPLDec.ax file so that I can see that in Graphedit,but can anyone tell me how do I include the GPL MPEG1/2 Decoder in my own graph with the help of the IBaseFilter interface? And also the CLSID mentioned in the source is "CLSID_GpgMpegDecoder" ..When I try to add this with ADDFilterByCLSID(...) function I an getting a "Undefined Symbol" error as there is no header file given to access the GPLDec.lib file. So can anyone help me with this? Thank You, With regards
Raja Bose