mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
842911d241
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. |
||
---|---|---|
.. | ||
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.