gstreamer/gst-libs/gst/netbuffer
Tim-Philipp Müller 0ed757db33 gobject-introspection: use same PKG_CONFIG_PATH for g-ir-compiler as for g-ir-scanner
Make sure to use the PKG_CONFIG_PATH set at configure time instead of
just relying on an env-var set one. This makes sure both g-ir-compiler
and g-ir-scanner use the same PKG_CONFIG_PATH for determining include
paths etc.
2011-01-08 02:10:03 +00:00
..
gstnetbuffer.c netbuffer: declare with G_DEFINE_TYPE for type safety 2010-06-30 21:10:10 +01:00
gstnetbuffer.h netaddress: add constant for max len 2009-07-01 12:54:21 +02:00
Makefile.am gobject-introspection: use same PKG_CONFIG_PATH for g-ir-compiler as for g-ir-scanner 2011-01-08 02:10:03 +00: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.