Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dsctpassociation.h92 GDestroyNotify packet_out_destroy_notify; member
Dsctpassociation.c428 if (self->packet_out_destroy_notify) in gst_sctp_association_set_on_packet_out()
429 self->packet_out_destroy_notify (self->packet_out_user_data); in gst_sctp_association_set_on_packet_out()
432 self->packet_out_destroy_notify = destroy_notify; in gst_sctp_association_set_on_packet_out()