Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsenc.h39 #define GST_IS_DTLS_ENC(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GST_TYPE_DTLS_ENC)) macro
Dgstdtlsenc.c638 g_return_if_fail (GST_IS_DTLS_ENC (self)); in on_key_received()