Home
last modified time | relevance | path

Searched refs:packet_received_destroy_notify (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dsctpassociation.h88 GDestroyNotify packet_received_destroy_notify; member
Dsctpassociation.c446 if (self->packet_received_destroy_notify) in gst_sctp_association_set_on_packet_received()
447 self->packet_received_destroy_notify (self->packet_received_user_data); in gst_sctp_association_set_on_packet_received()
450 self->packet_received_destroy_notify = destroy_notify; in gst_sctp_association_set_on_packet_received()