Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlssrtpbin.c136 self->srtcp_cipher = NULL; in gst_dtls_srtp_bin_init()
154 g_free (self->srtcp_cipher); in gst_dtls_srtp_bin_finalize()
155 self->srtcp_cipher = NULL; in gst_dtls_srtp_bin_finalize()
200 g_free (self->srtcp_cipher); in gst_dtls_srtp_bin_set_property()
201 self->srtcp_cipher = g_value_dup_string (value); in gst_dtls_srtp_bin_set_property()
240 g_value_set_string (value, self->srtcp_cipher); in gst_dtls_srtp_bin_get_property()
Dgstdtlssrtpbin.h52 gchar *srtcp_cipher; member
Dgstdtlssrtpdec.c383 if (bin->srtp_cipher && bin->srtp_auth && bin->srtcp_cipher in on_decoder_request_key()
391 "srtcp-cipher", G_TYPE_STRING, bin->srtcp_cipher, NULL); in on_decoder_request_key()
Dgstdtlssrtpenc.c478 || bin->srtcp_cipher || bin->srtcp_auth)) { in on_key_received()