Searched refs:association_id (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | webrtcsctptransport.c | 196 guint association_id; in webrtc_sctp_transport_constructed() local 198 association_id = g_random_int_range (0, G_MAXUINT16); in webrtc_sctp_transport_constructed() 202 g_object_set (sctp->sctpdec, "sctp-association-id", association_id, NULL); in webrtc_sctp_transport_constructed() 205 g_object_set (sctp->sctpenc, "sctp-association-id", association_id, NULL); in webrtc_sctp_transport_constructed()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/ |
D | sctpassociation.h | 76 guint32 association_id; member 105 GstSctpAssociation *gst_sctp_association_get (guint32 association_id);
|
D | sctpassociation.c | 249 g_hash_table_remove (associations, GUINT_TO_POINTER (self->association_id)); in gst_sctp_association_finalize() 279 self->association_id = g_value_get_uint (value); in gst_sctp_association_set_property() 336 g_value_set_uint (value, self->association_id); in gst_sctp_association_get_property() 359 gst_sctp_association_get (guint32 association_id) in gst_sctp_association_get() argument 375 g_hash_table_lookup (associations, GUINT_TO_POINTER (association_id)); in gst_sctp_association_get() 379 association_id, NULL); in gst_sctp_association_get() 380 g_hash_table_insert (associations, GUINT_TO_POINTER (association_id), in gst_sctp_association_get()
|