Hi<div><br></div><div>Decodebin2 is picking up ffmpeg codec which is not what I want, </div><div><br></div><div>Adding asfdemux is not working either, in the following pipeline</div><div><br></div><div>this works ok: gst-launch -ev  --gst-plugin-spew filesrc location=c:\\Heavy.wma ! asfdemux ! ffdec_wmav2 ! autoaudiosink</div>

<div><br></div><div>but this doesn&#39;t work: gst-launch -ev  --gst-plugin-spew filesrc location=c:\\Heavy.wma ! asfdemux ! dshowadec_wma4 ! autoaudiosink</div><div><br></div><div>I think the problem is with dshowadec_wma4, and dshowadec_mp3 playback also doesn&#39;t work. I tried debugging the issue but not being familiar with the code it could take a while. </div>

<div><br></div><div>Can anybody help me point out the issue with dshowdecwrapper or provide me directshow filter related debugging tips to root out this issue?</div><div><br></div><div>Srinivas</div><div><br></div><div><br>

</div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">Date: Tue, 6 Sep 2011 16:26:00 -0700<br>From: Michael Smith &lt;<a href="mailto:msmith@xiph.org" style="color: rgb(0, 84, 136); ">msmith@xiph.org</a>&gt;<br>

Subject: Re: Error using dshwodecwrapper<br>To: Discussion of the development of and with GStreamer<br>       &lt;<a href="mailto:gstreamer-devel@lists.freedesktop.org" style="color: rgb(0, 84, 136); ">gstreamer-devel@lists.freedesktop.org</a>&gt;<br>

Message-ID:<br>       &lt;CAB=BY8uTUKH-Hj=_<a href="mailto:PyZArs0Fk_zK9OHQeVN951rDHkUrzsab2A@mail.gmail.com" style="color: rgb(0, 84, 136); ">PyZArs0Fk_zK9OHQeVN951rDHkUrzsab2A@mail.gmail.com</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1<br>

<br>You will need asfdemux in there; WMA files are ASF containing WMA.<br>Then the decoder you need to use will depend on exactly what codec is<br>used in your file.<br><br>If you use decodebin2, this will all be done for you automatically.<br>

<br>Mike</span><br><br><div class="gmail_quote">On Tue, Sep 6, 2011 at 5:07 PM, Srinivas Sakhamuri <span dir="ltr">&lt;<a href="mailto:sr.sakhamuri@gmail.com">sr.sakhamuri@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi<div><br></div><div>I am facing few problems using the dshowdecwrapper&#39;s elements dshowadec_mp3 and wma</div><div><br></div><div>Here is the pipeline commandline: gst-launch  filesrc location=c:\\mellow.wma ! dshowadec_wma4 ! audioconvert ! directsoundsink </div>


<div><br></div><div>Is the right way to construct the pipeline? It always hangs at pre-rolling. Debugging it I found it&#39;s not calling gst_dshowaudiodec_sink_setcaps function and calling directly gst_dshowaudiodec_chain, not sure it is correct or not.</div>


<div><br></div><div>I have attached the zip file with the error log at debug level 5. Can you please let me know if there is something with the element or pipeline construction etc.</div><div><br></div><div>Error log is also here: <a href="http://dl.dropbox.com/u/418325/error.zip" target="_blank">http://dl.dropbox.com/u/418325/error.zip</a></div>


<div><div><br></div><div>thanks</div><div>Srinivas</div></div>
</blockquote></div><br></div>