Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlssrtpenc.c65 G_DEFINE_TYPE_WITH_CODE (GstDtlsSrtpEnc, gst_dtls_srtp_enc,
106 static void on_key_received (GObject * encoder, GstDtlsSrtpEnc *);
179 GstDtlsSrtpEnc *self = GST_DTLS_SRTP_ENC (user_data); in on_connection_state_changed()
185 gst_dtls_srtp_enc_init (GstDtlsSrtpEnc * self) in gst_dtls_srtp_enc_init()
309 GstDtlsSrtpEnc *self = GST_DTLS_SRTP_ENC (object); in gst_dtls_srtp_enc_set_property()
333 GstDtlsSrtpEnc *self = GST_DTLS_SRTP_ENC (object); in gst_dtls_srtp_enc_get_property()
386 GstDtlsSrtpEnc *self = GST_DTLS_SRTP_ENC (element); in gst_dtls_srtp_enc_request_new_pad()
471 on_key_received (GObject * encoder, GstDtlsSrtpEnc * self) in on_key_received()
501 GstDtlsSrtpEnc *self = GST_DTLS_SRTP_ENC (bin); in gst_dtls_srtp_enc_remove_dtls_element()
Dgstdtlssrtpenc.h36 … GST_DTLS_SRTP_ENC(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GST_TYPE_DTLS_SRTP_ENC, GstDtlsSrtpEnc))
41 typedef struct _GstDtlsSrtpEnc GstDtlsSrtpEnc; typedef