gstreamer/gst-libs/gst/netbuffer
Sebastian Dröge df9b8b57b3 introspection: Build pkgconfig before all libraries and set PKG_CONFIG_PATH
This way g-ir-scanner can find the gstreamer-*-0.10 pkg-config files.
2009-09-13 11:19:50 +02:00
..
gstnetbuffer.c netbuffer: add gst_netaddress_to_string 2009-07-01 12:48:38 +02:00
gstnetbuffer.h netaddress: add constant for max len 2009-07-01 12:54:21 +02:00
Makefile.am introspection: Build pkgconfig before all libraries and set PKG_CONFIG_PATH 2009-09-13 11:19:50 +02:00
README gst-libs/gst/net/: Added buffer subclass to store extra to/from addresses for network sources/sinks. 2005-05-19 11:56:48 +00:00

The network libraries
---------------------

GstNetBuffer:

  A GstBuffer subclass that can be used by network sources or sinks to
  store additional to and from addresses. This is required for plugins
  that operate on this data like RTP.