gstreamer/gst-libs/gst/netbuffer
Wim Taymans f212805058 docs/libs/: Don't try to GObject scan the netbuffer as it's not a GObject.
Original commit message from CVS:
* docs/libs/Makefile.am:
* docs/libs/gst-plugins-base-libs-sections.txt:
* docs/libs/gst-plugins-base-libs.types:
Don't try to GObject scan the netbuffer as it's not a GObject.
Fixes #351308.
* gst-libs/gst/netbuffer/gstnetbuffer.c:
* gst-libs/gst/netbuffer/gstnetbuffer.h:
Document GstNetBuffer.
2006-08-21 10:32:51 +00:00
..
gstnetbuffer.c docs/libs/: Don't try to GObject scan the netbuffer as it's not a GObject. 2006-08-21 10:32:51 +00:00
gstnetbuffer.h docs/libs/: Don't try to GObject scan the netbuffer as it's not a GObject. 2006-08-21 10:32:51 +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.