<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial">Hi All:<div>    Today, I wanted to test query.c which is gstreamer's example(gstreamer*/tests/examples/manual).</div><div>My system:Ubuntu.</div><div>when I use gstreamer-0.10 version, the query.c is compiled successfully:</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>gcc -Wall query.c -o query $(pkg-config --cflags --libs gstreamer-0.10)</div><div>and I run query, however, the program has Segmentation fault.</div><div>I use gdb to debug it, I find the reason is that the gstutils.c isn't be found.</div><div>gstreamer 0.10  version is installed by apt-get install </div><div><br></div><div>I downloaded gstreamer-0.11.2 and gstreamer-plugin-base-0.11.2 and compile these and install these:</div><div>./configure</div><div>make </div><div>make install</div><div><br></div><div>......</div><div>When I use 0.11.2 version gst to compile query.c, the query.c is compiled successfully:</div><div>gcc -Wall query.c -o query $(pkg-config --cflags --libs gstreamer-0.11)</div><div> and I run query the Error is that Cannot build pipeline: no element "oggdemux"</div><div><br></div><div><pre>Does anyone have idea about these error?</pre></div><div><br></div></div><br><br><span title="neteasefooter"><span id="netease_mail_footer"></span></span>