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 ("filesrc", "file-source");<br>
demuxer = gst_element_factory_make ("oggdemux", "ogg-demuxer");<br> decoder = gst_element_factory_make ("vorbisdec", "vorbis-decoder");<br> conv = gst_element_factory_make ("audioconvert", "converter");<br>
sink = gst_element_factory_make ("autoaudiosink", "audio-output");<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 "filesrc"!<br><br>
I think it'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="C:/Program Files/FOSS/bin"<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>