[gst-devel] Compiling gstreamer application on beagle board

Irfan Shaikh irfanshaikh at tataelxsi.co.in
Tue Jul 20 12:07:22 CEST 2010


Mention path of ur filesystem (FILESYS_DIR)
 
export PKG_CONFIG_PATH=$FILESYS_DIR/opt/gstreamer/lib/pkgconfig:$FILESYS_DIR/usr/lib/pkgconfig

________________________________

From: amit sharma [mailto:amit.sharma1986 at gmail.com]
Sent: Tue 7/20/2010 1:24 PM
To: gstreamer-devel at lists.sourceforge.net
Subject: [gst-devel] Compiling gstreamer application on beagle board


Hi,

I have installed all of the pakages required for building gstreamer application (using command opkg install  <pakage-name>)

List of pakages installed on beagle board:
1.  gstreamer
2.  gstreamer-dev
3.  gst-plugins-base
4.  gst-plugin-good
5.  gst-plugin-ugly
6.  gst-plugin-mpegdec
7.  gst-plugin-mpegdemux
8.  gst-plugins-mpegtsmux
9.  gstreamer-static
10. gst-plugin-xvimagesink
11. gst-plugin-ximagesink
12. gst-plugin-vorbis
13. gst-plugin-volume
14. gst-plugin-videotestsrc
15. gst-plugin-videoscale
16. gst-plugin-videorate
17. gst-plugin-theora
18. gst-plugin-pango
19. gst-plugin-ogg
20. gst-plugin-mad
21. gst-plugin-ffmpegcolorspace
22. gst-plugin-esd
23. gst-plugin-app

when I tried to build a simple gstreamer application by using following command:

gcc $(pkg-config --cflags --libs gstreamer-0.10) gst_pro1.c -o gst_pro1

Its generating following error. 

Error:
--------------------------Snip Start-----------------------------------
Package gstreamer-0.10 was not found in the pkg-config search path. 
Perhaps you should add the directory containing `gstreamer-0.10.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.10' found
gst_pro1.c:1:21: error: gst/gst.h: No such file or directory
gst_pro1.c:3: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'cb_have_data'
gst_pro1.c:21: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'main'
--------------------------Snip End------------------------------------

So, please suggest me what I can do to remove above error or there is any other way to installing gstremer on beagle board. 

Please help me to sorting out this problem, any responce would be highly appreciable. Thanks in advance. 

Thanks
Amit


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 4788 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100720/1ea6d1f0/attachment.bin>


More information about the gstreamer-devel mailing list