[gst-devel] Compiling gstreamer application on beagle board

amit sharma amit.sharma1986 at gmail.com
Tue Jul 20 09:54:51 CEST 2010


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 --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100720/c365c3c8/attachment.htm>


More information about the gstreamer-devel mailing list