Login  Register

how to build gstreamer application using API of gstrtcpbuffer

classic Classic list List threaded Threaded
1 message Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

how to build gstreamer application using API of gstrtcpbuffer

gstreader
54 posts
I am writing a gstreamer application where I have used
'gst_rtcp_packet_get_rb', gst_rtcp_buffer_get_first_packet',
'gst_rtcp_packet_move_to_next' functions . I have included this header
file "gst/rtp/gstrtcpbuffer.h" . But when I compile and build my
gstreamer application using this command : gcc pkg-config
gstreamer-0.10 --cflags myapplication.c -o myapp_out pkg-config
gstreamer-0.10 --libs

I am getting these errors:

undefined reference to gst_rtcp_packet_get_rb' undefined reference
togst_rtcp_buffer_get_first_packet' undefined reference to
`gst_rtcp_packet_move_to_next' collect2: ld returned 1 exit status

How to solve this problem? Please add your comments. Thanks in advance

Is there any problem with PKG_CONFIG path etc??
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel