gstreamer/gst-libs/gst/netbuffer
Vincent Untz 764c899215 libs: point gobject-introspection scanner to .la files
Point g-ir-scanner to the .la file of our library, which hopefully
makes it find the right dependencies in all cases (ie. our locally
built libgstreamer and not the system-installed one). This is also
how it's done in Gtk+ and how it's documented in the wiki, see
http://live.gnome.org/GObjectIntrospection/AutotoolsIntegration

Fixes #603710.
2010-04-03 14:03:45 +01:00
..
gstnetbuffer.c docs: minor netbuffer documentation fix 2010-01-10 21:18:04 +00:00
gstnetbuffer.h netaddress: add constant for max len 2009-07-01 12:54:21 +02:00
Makefile.am libs: point gobject-introspection scanner to .la files 2010-04-03 14:03:45 +01: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.