gstreamer/gst-libs/gst/netbuffer
Tim-Philipp Müller 842911d241 libs: make sure gobject-introspection scanner calls gst_init()
Fixes introspection failures caused by type assertions/warnings.
Since we now moved from _get_type() functions to external GType
variables in a couple of places, we actually have to call gst_init()
to make sure these are set when we use GST_TYPE_FOO.
2011-03-09 12:17:14 +00:00
..
gstnetbuffer.c meta: update for new API 2011-03-08 17:01:41 +00:00
gstnetbuffer.h netbuffer: Implement NetAddress with metadata 2011-02-28 12:59:40 +01:00
Makefile.am libs: make sure gobject-introspection scanner calls gst_init() 2011-03-09 12:17:14 +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.