Home
last modified time | relevance | path

Searched refs:GstDtlsSrtpBin (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlssrtpbin.h34 … GST_DTLS_SRTP_BIN(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GST_TYPE_DTLS_SRTP_BIN, GstDtlsSrtpBin))
40 typedef struct _GstDtlsSrtpBin GstDtlsSrtpBin; typedef
59 void (*remove_dtls_element)(GstDtlsSrtpBin *);
Dgstdtlssrtpbin.c34 G_DEFINE_ABSTRACT_TYPE (GstDtlsSrtpBin, gst_dtls_srtp_bin, GST_TYPE_BIN);
129 gst_dtls_srtp_bin_init (GstDtlsSrtpBin * self) in gst_dtls_srtp_bin_init()
142 GstDtlsSrtpBin *self = GST_DTLS_SRTP_BIN (object); in gst_dtls_srtp_bin_finalize()
164 GstDtlsSrtpBin *self = GST_DTLS_SRTP_BIN (object); in gst_dtls_srtp_bin_set_property()
213 GstDtlsSrtpBin *self = GST_DTLS_SRTP_BIN (object); in gst_dtls_srtp_bin_get_property()
Dgstdtlssrtpdec.c93 GstDtlsSrtpBin *);
97 static void gst_dtls_srtp_dec_remove_dtls_element (GstDtlsSrtpBin *);
374 guint ssrc, GstDtlsSrtpBin * bin) in on_decoder_request_key()
458 gst_dtls_srtp_dec_remove_dtls_element (GstDtlsSrtpBin * bin) in gst_dtls_srtp_dec_remove_dtls_element()
Dgstdtlssrtpdec.h45 GstDtlsSrtpBin bin;
Dgstdtlssrtpenc.h45 GstDtlsSrtpBin bin;
Dgstdtlssrtpenc.c108 static void gst_dtls_srtp_enc_remove_dtls_element (GstDtlsSrtpBin *);
473 GstDtlsSrtpBin *bin = GST_DTLS_SRTP_BIN (self); in on_key_received()
499 gst_dtls_srtp_enc_remove_dtls_element (GstDtlsSrtpBin * bin) in gst_dtls_srtp_enc_remove_dtls_element()