gstreamer/gst-libs/gst/netbuffer
Wim Taymans 796f8e2f76 netbuffer: document that the port is network order
Document the fact that we store the port number in network order in
GstNetAddress and that the caller should byteswap appropriately.
2009-05-26 15:39:18 +02:00
..
gstnetbuffer.c netbuffer: document that the port is network order 2009-05-26 15:39:18 +02:00
gstnetbuffer.h gst-libs/gst/netbuffer/gstnetbuffer.*: Make gst_netaddress_get_ip4_address fail for v6 addresses. 2008-12-18 12:37:33 +00:00
Makefile.am gst-libs/gst/netbuffer/Makefile.am: really, really tired 2005-11-30 00:11:51 +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.