gstreamer/gst-libs/gst/netbuffer
Tim-Philipp Müller 011471dbbb gst-libs/gst/netbuffer/gstnetbuffer.c: Fix copying of GstNetBuffer (would crash before, or at least lead to invalid m...
Original commit message from CVS:
* gst-libs/gst/netbuffer/gstnetbuffer.c:
(notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
Fix copying of GstNetBuffer (would crash before, or at least lead to
invalid memory access, #410772), for now by copying the GstBuffer copy
code from the core over here so we can copy the GstBuffer fields on a
provided buffer instance (of type GstNetBuffer in this case). Would be
better to fix this with some support by the core though (and in the long
run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
* tests/check/Makefile.am:
Enable unit test for GstNetBuffer.
2007-02-22 12:57:47 +00:00
..
gstnetbuffer.c gst-libs/gst/netbuffer/gstnetbuffer.c: Fix copying of GstNetBuffer (would crash before, or at least lead to invalid m... 2007-02-22 12:57:47 +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.