GstNetAddressMeta

#GstNetAddressMeta can be used to store a network address (a #GSocketAddress) in a #GstBuffer so that it network elements can track the to and from address of the buffer.

struct GstNetAddressMeta {}

Members

Variables

addr
GSocketAddress* addr;

a #GSocketAddress stored as metadata

meta
GstMeta meta;

the parent type