Home
last modified time | relevance | path

Searched refs:sctp_association_id (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dgstsctpdec.h51 guint sctp_association_id; member
Dgstsctpenc.h51 guint32 sctp_association_id; member
Dgstsctpdec.c228 self->sctp_association_id = DEFAULT_GST_SCTP_ASSOCIATION_ID; in gst_sctp_dec_init()
250 self->sctp_association_id = g_value_get_uint (value); in gst_sctp_dec_set_property()
269 g_value_set_uint (value, self->sctp_association_id); in gst_sctp_dec_get_property()
471 self->sctp_association = gst_sctp_association_get (self->sctp_association_id); in configure_association()
Dgstsctpenc.c260 self->sctp_association_id = DEFAULT_GST_SCTP_ASSOCIATION_ID; in gst_sctp_enc_init()
296 self->sctp_association_id = g_value_get_uint (value); in gst_sctp_enc_set_property()
318 g_value_set_uint (value, self->sctp_association_id); in gst_sctp_enc_get_property()
814 self->sctp_association = gst_sctp_association_get (self->sctp_association_id); in configure_association()