<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hey,<br>
Normally Dshow fake filters are registered by calling
gst_dshow_register_fakefilters at decoder plugin initialization.<br>
If it doesn't work, it could be because you don't have administration
rights or you are using Vista with UAC.<br>
DirectShow filters need administration rights to be registered so I
will register them in the setup installers and application using them
will have to register them at installation time.<br>
<br>
You can try to run regsvr32 $PATH/libdshow.dll to register them so you
will see if there is an error returned or UAC prompted.<br>
Regards,<br>
Sebastien<br>
<br>
anisci wrote:
<blockquote
 cite="mid:a2174a6e0803032220q1cc5930dy57ccb477242ce686@mail.gmail.com"
 type="cite">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>
  <pre wrap="">
<hr size="4" width="90%">
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
<a class="moz-txt-link-freetext" href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a></pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a>
  </pre>
</blockquote>
</body>
</html>