<br><br><div class="gmail_quote">On Thu, Oct 22, 2009 at 5:39 PM, Peter Cai <span dir="ltr">&lt;<a href="mailto:newptcai@gmail.com">newptcai@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;">

Today I tried the OAH build of gstreamer and I could compile the hello world example.<br><br>But when the code reaches the following lines, it meets a problem:<br><br>  source   = gst_element_factory_make (&quot;filesrc&quot;,       &quot;file-source&quot;);<br>


  demuxer  = gst_element_factory_make (&quot;oggdemux&quot;,      &quot;ogg-demuxer&quot;);<br>  decoder  = gst_element_factory_make (&quot;vorbisdec&quot;,     &quot;vorbis-decoder&quot;);<br>  conv     = gst_element_factory_make (&quot;audioconvert&quot;,  &quot;converter&quot;);<br>


  sink     = gst_element_factory_make (&quot;autoaudiosink&quot;, &quot;audio-output&quot;);<br><br>NONE of these elements could be found, but gst-inspect could find all of them.<br><br>I turned on the log and it prints out : <br>


<br><br>0:00:00.062400000  [333m 4904 [00m   005429D0  [32;01mINFO  [00m  [00;01;37;41m<br>GST_ELEMENT_FACTORY gstelementfactory.c:484:gst_element_factory_make: [00m no su<br>ch element factory &quot;filesrc&quot;!<br><br>


I think it&#39;s not the problem of path, because the dlls of gstreamer is in PATH and I put it in the command line parameters to make sure:<br><br>--gst-debug-level=3 --gst-plugin-path=&quot;C:/Program Files/FOSS/bin&quot;<br>


<br>Any suggestions?<br clear="all"></blockquote><div> </div><div>Are you calling gst_init?</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><font color="#888888"><br>

-- <br>look to the things around you,the immediate world around you, if you are alive,it will mean something to you ——Paul Strand<br>
</font><br>------------------------------------------------------------------------------<br>
Come build with us! The BlackBerry(R) Developer Conference in SF, CA<br>
is the only developer event you need to attend this year. Jumpstart your<br>
developing skills, take BlackBerry mobile applications to market and stay<br>
ahead of the curve. Join us from November 9 - 12, 2009. Register now!<br>
<a href="http://p.sf.net/sfu/devconference" target="_blank">http://p.sf.net/sfu/devconference</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><br clear="all"><br>-- <br>Thiago Sousa Santos<br>