NetBuffer

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

NetBuffer

enricom
Hello, I would like to use the NetBuffer type because I want a user to be able to send a request to a main program, communicating its ip address. The problem is that I'm getting the error: " undefined reference to `gst_netbuffer_new' ".
I already included <gst/netbuffer/gstnetbuffer.h>, do you know if there are other libraries that need to be included?
Thanks
Reply | Threaded
Open this post in threaded view
|

Re: NetBuffer

Tim-Philipp Müller-2
On Tue, 2012-05-22 at 01:01 -0700, enricom wrote:

> Hello, I would like to use the NetBuffer type because I want a user to be
> able to send a request to a main program, communicating its ip address. The
> problem is that I'm getting the error: " undefined reference to
> `gst_netbuffer_new' ".
> I already included <gst/netbuffer/gstnetbuffer.h>, do you know if there are
> other libraries that need to be included?

It sounds like you need to *link* to it as well.

Cheers
 -Tim

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: NetBuffer

enricom
Ok, now I link 'gstreamer-netbuffer-0.10' during the compilation phase and it doesn't return any error, I hope it'll work.
Thank you very much for your help.

Enrico


Tim-Philipp Müller-2 wrote
On Tue, 2012-05-22 at 01:01 -0700, enricom wrote:

> Hello, I would like to use the NetBuffer type because I want a user to be
> able to send a request to a main program, communicating its ip address. The
> problem is that I'm getting the error: " undefined reference to
> `gst_netbuffer_new' ".
> I already included <gst/netbuffer/gstnetbuffer.h>, do you know if there are
> other libraries that need to be included?

It sounds like you need to *link* to it as well.

Cheers
 -Tim

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel