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  4904   005429D0 INFO  <br>GST_ELEMENT_FACTORY gstelementfactory.c:484:gst_element_factory_make: 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"><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>