<div>Hi,</div>
<div> </div>
<div>Try using directsoundsrc. It will work.</div>
<div> </div>
<div>Regards,</div>
<div>Sumit<br><br></div>
<div class="gmail_quote">On Wed, Jan 27, 2010 at 7:59 PM, Julien Isorce <span dir="ltr">&lt;<a href="mailto:julien.isorce@gmail.com">julien.isorce@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">&gt;&gt; (error=-2147221164)<br><br>Actually it&#39;s  0x80040154: REGDB_E_CLASSNOTREG<br><br>From <a href="http://msdn.microsoft.com/en-us/library/ms686615(VS.85).aspx" target="_blank">http://msdn.microsoft.com/en-us/library/ms686615(VS.85).aspx</a> :<br>

<dl>
<dt>REGDB_E_CLASSNOTREG:</dt></dl>
<p>A specified class is not registered in the registration database. Also can indicate that the type of server you requested in the <strong>CLSCTX</strong> enumeration is not registered or the values for the server types in the registry are corrupt.</p>

<p>As far I am concerned I never tested dshowsrcwrapper on Window 7.</p>
<p>From a cmd, type<br></p>
<p>set GST_DEBUG=dshowvideosrc:5</p>
<p>gst-launch-0.10 -v dshowvideosrc device-name=&quot;Built-in iSight&quot; ! fakesink</p>
<p>Then please open a bug in bugzilla and attach the output log.<br></p>
<div>
<div></div>
<div class="h5">
<p>Julien<br></p>
<p><br></p><br><br>
<div class="gmail_quote">2010/1/27 Francis Rammeloo <span dir="ltr">&lt;<a href="mailto:francis.rammeloo@gmail.com" target="_blank">francis.rammeloo@gmail.com</a>&gt;</span><br>
<blockquote style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">2010/1/27 Julien Isorce &lt;<a href="mailto:julien.isorce@gmail.com" target="_blank">julien.isorce@gmail.com</a>&gt;:<br>

<div>&gt; Hi,<br>&gt;<br>&gt; Where did you get gstreamer for windows ?<br>&gt; (<a href="http://www.gstreamer-winbuild.ylatuya.es/doku.php" target="_blank">http://www.gstreamer-winbuild.ylatuya.es/doku.php</a>)<br>&gt; gstreamer version?<br>
<br></div>Thanks for your answer. I am using the WinBuilds GPL package.<br>
<div><br>&gt; Anyway, try to set device-name (got the name from graphedit ....)<br><br></div>GraphEdit shows the name: &quot;Microfoon (Cirrus Logic CS4206A&quot; (without<br>the closing parenthesis). It is probably the correct name because if I<br>
use another name I get a &quot;device not found&quot; error.<br><br>I suspect that there is something wrong with the DirectShow plugins<br>because I am also unable to produce my webcam using the dshowvideosrc<br>element, while ksvideosrc works fine.<br>
<br>Here are some details:<br><br>The dshowaudiosrc produces the &quot;can&#39;t create dshow fakesink&quot; error:<br>D:\gst-launch-0.10 dshowaudiosrc device-name=&quot;Microfoon (Cirrus Logic<br>CS4206A&quot; ! audioconvert ! autoaudiosink<br>
Setting pipeline to PAUSED ...<br>0:00:00.152000000  3744   00538F40 ERROR          dshowaudiosrc<br>
<div>gstdshowaudiosrc.c:636:gst_dshowaudiosrc_open: Can&#39;t create an<br>instance of the directshow fakesink (error=-2147221164)<br></div>ERROR: Pipeline doesn&#39;t want to pause.<br>Setting pipeline to NULL ...<br>Freeing pipeline ...<br>
<br><br>The dshowvideosrc produces a similar error message:<br>D:\gst-launch-0.10 dshowvideosrc device-name=&quot;Built-in iSight&quot; !<br>ffmpegcolorspace ! autovideosink<br>Setting pipeline to PAUSED ...<br>0:00:00.487000000  1304   00558F10 ERROR          dshowvideosrc<br>
gstdshowvideosrc.c:698:gst_dshowvideosrc_start: Can&#39;t create an<br>instance of our dshow fakesink filter (error=-2147221164)<br>ERROR: Pipeline doesn&#39;t want to pause.<br>Setting pipeline to NULL ...<br>Freeing pipeline ...<br>
<br><br>The ksvideosrc, using the same device-name, works fine:<br>D:\gst-launch-0.10 ksvideosrc device-name=&quot;Built-in iSight&quot; !<br>ffmpegcolorspace ! autovideosink<br><br><br>Am I the only one experiencing this error?<br>
<br>Grts,<br><font color="#888888">Francis<br></font>
<div>
<div></div>
<div><br><br>&gt; Julien<br>&gt;<br>&gt; 2010/1/27 Francis Rammeloo &lt;<a href="mailto:francis.rammeloo@gmail.com" target="_blank">francis.rammeloo@gmail.com</a>&gt;<br>&gt;&gt;<br>&gt;&gt; I&#39;m having some trouble finding an element that is capable of<br>
&gt;&gt; capturing the built-in microphone on my laptop (it&#39;s a Macbook Pro<br>&gt;&gt; running Windows 7). I have tried using the dshowaudiosrc element like<br>&gt;&gt; this:<br>&gt;&gt;<br>&gt;&gt;    gst-launch-0.10 dshowaudiosrc ! audioconvert ! autoaudiosink<br>
&gt;&gt;<br>&gt;&gt; Which results in the error:<br>&gt;&gt;<br>&gt;&gt;    dshowaudiosrc gstdshowaudiosrc.c:636:gst_dshowaudiosrc_open: Can&#39;t<br>&gt;&gt; create an instance of the directshow fakesink (error=-2147221164)<br>
&gt;&gt;<br>&gt;&gt; FYI: I have exact the same problem when I want to use the<br>&gt;&gt; dshowvideosrc for capturing the webcam, but that not an issue because<br>&gt;&gt; I can use the ksvideosrc element instead.<br>&gt;&gt;<br>
&gt;&gt; Does anyone have an idea how to fix it? Alternative solutions would be<br>&gt;&gt; welcome too.<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; Grts,<br>&gt;&gt; Francis<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; ------------------------------------------------------------------------------<br>
&gt;&gt; The Planet: dedicated and managed hosting, cloud storage, colocation<br>&gt;&gt; Stay online with enterprise data centers and the best network in the<br>&gt;&gt; business<br>&gt;&gt; Choose flexible plans and management services without long-term contracts<br>
&gt;&gt; Personal 24x7 support from experience hosting pros just a phone call away.<br>&gt;&gt; <a href="http://p.sf.net/sfu/theplanet-com" target="_blank">http://p.sf.net/sfu/theplanet-com</a><br>&gt;&gt; _______________________________________________<br>
&gt;&gt; gstreamer-devel mailing list<br>&gt;&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>&gt;&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------------<br>&gt; The Planet: dedicated and managed hosting, cloud storage, colocation<br>&gt; Stay online with enterprise data centers and the best network in the<br>
&gt; business<br>&gt; Choose flexible plans and management services without long-term contracts<br>&gt; Personal 24x7 support from experience hosting pros just a phone call away.<br>&gt; <a href="http://p.sf.net/sfu/theplanet-com" target="_blank">http://p.sf.net/sfu/theplanet-com</a><br>
&gt; _______________________________________________<br>&gt; gstreamer-devel mailing list<br>&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;<br>&gt;<br><br>------------------------------------------------------------------------------<br>The Planet: dedicated and managed hosting, cloud storage, colocation<br>Stay online with enterprise data centers and the best network in the business<br>
Choose flexible plans and management services without long-term contracts<br>Personal 24x7 support from experience hosting pros just a phone call away.<br><a href="http://p.sf.net/sfu/theplanet-com" target="_blank">http://p.sf.net/sfu/theplanet-com</a><br>
_______________________________________________<br>gstreamer-devel mailing list<br><a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div></div><br>------------------------------------------------------------------------------<br>The Planet: dedicated and managed hosting, cloud storage, colocation<br>Stay online with enterprise data centers and the best network in the business<br>
Choose flexible plans and management services without long-term contracts<br>Personal 24x7 support from experience hosting pros just a phone call away.<br><a href="http://p.sf.net/sfu/theplanet-com" target="_blank">http://p.sf.net/sfu/theplanet-com</a><br>
_______________________________________________<br>gstreamer-devel mailing list<br><a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>