Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspmessage.c1357 GstRTSPAuthCredential *auth_credential; in parse_auth_credentials()
1367 auth_credential = g_new0 (GstRTSPAuthCredential, 1); in parse_auth_credentials()
1453 GstRTSPAuthCredential **
1474 return (GstRTSPAuthCredential **) g_ptr_array_free (auth_credentials, FALSE); in gst_rtsp_message_parse_auth_credentials()
1507 gst_rtsp_auth_credential_free (GstRTSPAuthCredential * credential) in gst_rtsp_auth_credential_free()
1522 static GstRTSPAuthCredential *
1523 gst_rtsp_auth_credential_copy (GstRTSPAuthCredential * cred) in gst_rtsp_auth_credential_copy()
1525 GstRTSPAuthCredential *copy; in gst_rtsp_auth_credential_copy()
1530 copy = g_new0 (GstRTSPAuthCredential, 1); in gst_rtsp_auth_credential_copy()
1553 gst_rtsp_auth_credentials_free (GstRTSPAuthCredential ** credentials) in gst_rtsp_auth_credentials_free()
[all …]
Dgstrtspmessage.h281 typedef struct _GstRTSPAuthCredential GstRTSPAuthCredential; typedef
325 GstRTSPAuthCredential ** gst_rtsp_message_parse_auth_credentials (GstRTSPMessage * msg, GstRTSPHead…
328 void gst_rtsp_auth_credentials_free (GstRTSPAuthCredential ** credentials);
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtsp.c692 GstRTSPAuthCredential **credentials; in GST_START_TEST()
693 GstRTSPAuthCredential **credential; in GST_START_TEST()
974 GstRTSPAuthCredential **credentials, *credentials2; in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c6295 GstRTSPAuthCredential **credentials, **credential; in gst_rtspsrc_parse_auth_hdr()