Home
last modified time | relevance | path

Searched refs:srtcp_auth (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlssrtpbin.c135 self->srtcp_auth = NULL; in gst_dtls_srtp_bin_init()
152 g_free (self->srtcp_auth); in gst_dtls_srtp_bin_finalize()
153 self->srtcp_auth = NULL; in gst_dtls_srtp_bin_finalize()
195 g_free (self->srtcp_auth); in gst_dtls_srtp_bin_set_property()
196 self->srtcp_auth = g_value_dup_string (value); in gst_dtls_srtp_bin_set_property()
237 g_value_set_string (value, self->srtcp_auth); in gst_dtls_srtp_bin_get_property()
Dgstdtlssrtpbin.h53 gchar *srtcp_auth; member
Dgstdtlssrtpdec.c384 && bin->srtcp_auth) { in on_decoder_request_key()
389 "srtcp-auth", G_TYPE_STRING, bin->srtcp_auth, in on_decoder_request_key()
Dgstdtlssrtpenc.c478 || bin->srtcp_cipher || bin->srtcp_auth)) { in on_key_received()