<div>Hi all,</div>
<div>I am trying to statically link gst with my application. I am using gstreamer-0.10.11 on Fedora core 5.&nbsp;I tried looking for some doc/page that explained how to statically link. I could not find any. So tried somethings on my own.
</div>
<div>&nbsp;</div>
<div>1. When I built gst in static mode (./configure --disable-shared --enable-static), even the basic plugins like fakesrc were not registered (gst-inspect shows only bin and pipeline)</div>
<div>2. When I built gst in default mode(./configure), basic plugins&nbsp;were added to registry. However&nbsp;when I linked my simple test file(fakesrc-&gt;fakesink) to libgstreamer.0.10.a (static library I guess),&nbsp; lots of CRITICAL debug messages are being printed on screen.
</div>
<div>&nbsp;</div>
<div>As you can see, I am unable to proceed any further. </div>
<div>&nbsp;</div>
<div>How do I statically link gst to my app?&nbsp;Is there any document/mail that I look into? </div>
<div>Any help would be appreciated. </div>
<div>Thanks and regards</div>
<div>Regards</div>
<div>Ashok </div>