mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
f212805058
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. |
||
---|---|---|
.. | ||
gstnetbuffer.c | ||
gstnetbuffer.h | ||
Makefile.am | ||
README |
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.