Hi,<br><br>I'm trying to play a video file using dshowvideodec plugin on Windows<br>I compiled libdshowfilter and libgstdshowvideodec using MS Visual Studio 2005 and successfully get two dll files(libgstdshow.dll, libgstdshowvideodec.dll).<br>
<br>However, when I started playing a video file, got error message and dshowvdec plug-in didn't work.<br><br>/*<br>ERROR: from element /playbin0/decodebin0/dshowvdec_divx40: Can't create an instance of the directshow fakesrc (error=-2147221164)<br>
Additional debug info:<br>.\gstdshowvideodec.c(967): (function) (): /playbin0/decodebin0/dshowvdec_divx40<br>** Message: don't know how to handle video/x-divx, divxversion=(int)4, framerate=(fraction)30000/1001, width=(int)600, height=(int)450 <br>
*/<br><br>Do you have any suggestion on how to solve this problem? <br><br>Thanks in advance,<br>-anisci<br>