Lines Matching refs:GstRTSPAuthCredential
1357 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()
1555 GstRTSPAuthCredential **p; in gst_rtsp_auth_credentials_free()
1566 G_DEFINE_BOXED_TYPE (GstRTSPAuthCredential, gst_rtsp_auth_credential,