Hi,<br>
<br>
 I have installed all of the pakages required for building gstreamer 
 application (using command opkg install  &lt;pakage-name&gt;)<br>
<br>
 List of pakages installed on beagle board:<br>
 1.  gstreamer<br>
 2.  gstreamer-dev<br>
 3.  gst-plugins-base<br>
 4.  gst-plugin-good<br>
 5.  gst-plugin-ugly<br>
 6.  gst-plugin-mpegdec<br>
 7.  gst-plugin-mpegdemux<br>
 8.  gst-plugins-mpegtsmux<br>
 9.  gstreamer-static<br>
 10. gst-plugin-xvimagesink<br>
 11. gst-plugin-ximagesink<br>
 12. gst-plugin-vorbis<br>
 13. gst-plugin-volume<br>
 14. gst-plugin-videotestsrc<br>
 15. gst-plugin-videoscale<br>
 16. gst-plugin-videorate<br>
 17. gst-plugin-theora<br>
 18. gst-plugin-pango<br>
 19. gst-plugin-ogg<br>
 20. gst-plugin-mad<br>
 21. gst-plugin-ffmpegcolorspace<br>
 22. gst-plugin-esd<br>
 23. gst-plugin-app<br>
<br>
 when I tried to build a simple gstreamer application by using following
 command:<br>
<br>
 gcc $(pkg-config --cflags --libs gstreamer-0.10) gst_pro1.c -o gst_pro1<br>
<br>
 Its generating following error. <br>
<br>
 Error:<br>
 --------------------------Snip Start-----------------------------------<br>
 Package gstreamer-0.10 was not found in the pkg-config search path. <br>
 Perhaps you should add the directory containing `gstreamer-0.10.pc&#39;<br>
 to the PKG_CONFIG_PATH environment variable<br>
 No package &#39;gstreamer-0.10&#39; found<br>
 gst_pro1.c:1:21: error: gst/gst.h: No such file or directory<br>
 gst_pro1.c:3: error: expected &#39;=&#39;, &#39;,&#39;, &#39;;&#39;, &#39;asm&#39; or &#39;__attribute__&#39; <br>
 before &#39;cb_have_data&#39;<br>
 gst_pro1.c:21: error: expected &#39;=&#39;, &#39;,&#39;, &#39;;&#39;, &#39;asm&#39; or &#39;__attribute__&#39; <br>
 before &#39;main&#39;<br>
 --------------------------Snip End------------------------------------<br>
<br>
 So, please suggest me what I can do to remove above error or there is 
 any other
 way to installing gstremer on beagle board. <br>
<br>
 Please help me to sorting out this problem, any responce would be 
highly appreciable. Thanks in advance. <br>
<br>
 Thanks<br>Amit<br>