Searched refs:GstRTSPConnection (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspconnection.h | 61 typedef struct _GstRTSPConnection GstRTSPConnection; typedef 66 GstRTSPResult gst_rtsp_connection_create (const GstRTSPUrl *url, GstRTSPConnection **c… 73 GstRTSPConnection ** conn); 76 GstRTSPResult gst_rtsp_connection_accept (GSocket * socket, GstRTSPConnection … 79 GstRTSPResult gst_rtsp_connection_connect_usec (GstRTSPConnection * conn, gint64 tim… 82 GstRTSPResult gst_rtsp_connection_connect_with_response_usec (GstRTSPConnection * conn, gint64… 85 GstRTSPResult gst_rtsp_connection_close (GstRTSPConnection *conn); 88 GstRTSPResult gst_rtsp_connection_free (GstRTSPConnection *conn); 93 GTlsConnection * gst_rtsp_connection_get_tls (GstRTSPConnection * conn, GError… 96 gboolean gst_rtsp_connection_set_tls_validation_flags (GstRTSPConnection * conn, GTlsCe… [all …]
|
D | gstrtspconnection.c | 253 static void add_auth_header (GstRTSPConnection * conn, 287 GTlsCertificateFlags errors, GstRTSPConnection * rtspconn) in tls_accept_certificate() 343 GstRTSPConnection * rtspconn) in socket_client_event() 369 gst_rtsp_connection_create (const GstRTSPUrl * url, GstRTSPConnection ** conn) in gst_rtsp_connection_create() 371 GstRTSPConnection *newconn; in gst_rtsp_connection_create() 376 newconn = g_new0 (GstRTSPConnection, 1); in gst_rtsp_connection_create() 452 guint16 port, const gchar * initial_buffer, GstRTSPConnection ** conn) in gst_rtsp_connection_create_from_socket() 454 GstRTSPConnection *newconn = NULL; in gst_rtsp_connection_create_from_socket() 527 gst_rtsp_connection_accept (GSocket * socket, GstRTSPConnection ** conn, in gst_rtsp_connection_accept() 596 gst_rtsp_connection_get_tls (GstRTSPConnection * conn, GError ** error) in gst_rtsp_connection_get_tls() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtspconnection.c | 199 GstRTSPConnection *rtsp_conn1 = NULL; in GST_START_TEST() 200 GstRTSPConnection *rtsp_conn2 = NULL; in GST_START_TEST() 363 GstRTSPConnection *rtsp_conn1 = NULL; in GST_START_TEST() 364 GstRTSPConnection *rtsp_conn2 = NULL; in GST_START_TEST() 527 GstRTSPConnection *rtsp_output_conn; in GST_START_TEST() 528 GstRTSPConnection *rtsp_input_conn; in GST_START_TEST() 610 GstRTSPConnection *rtsp_output_conn; in GST_START_TEST() 611 GstRTSPConnection *rtsp_input_conn; in GST_START_TEST() 672 GstRTSPConnection *rtsp_conn = NULL; in GST_START_TEST() 720 GstRTSPConnection *rtsp_conn; in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.h | 86 GstRTSPConnection *connection;
|
D | gstrtspsrc.c | 6293 GstRTSPAuthMethod * methods, GstRTSPConnection * conn, gboolean * stale) in gst_rtspsrc_parse_auth_hdr() 6358 GstRTSPConnection *conn; in gst_rtspsrc_setup_auth()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 15409 memories, and it allows API like GstRTSPConnection to write them out 21916 When the GstRTSPConnection class sends a RTSP over HTTP tunnelling 57787 GstRTSPConnection: Add GTlsInteraction support 77627 API: GstRTSPConnection::gst_rtsp_watch_set_send_backlog() 77628 API: GstRTSPConnection::gst_rtsp_watch_get_send_backlog() 127516 Add a method to accept a connection on a socket and create a GstRTSPConnection 132341 Add an accessor method for the ip member of GstRTSPConnection as all
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 6106 Due to the may_cancel flag in GstRTSPConnection, receiving might not get 128984 …: Use the new gst_rtsp_connection_get_ip() to access the IP address of a GstRTSPConnection since... 128988 of a GstRTSPConnection since it is a private member.
|