Searched refs:GST_RTSP_CHECK (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspdefs.h | 59 #define GST_RTSP_CHECK(stmt, label) \ macro
|
D | gstrtspconnection.c | 474 GST_RTSP_CHECK (gst_rtsp_connection_create (url, &newconn), newconn_failed); in gst_rtsp_connection_create_from_socket() 854 GST_RTSP_CHECK (gst_rtsp_message_new_request (&msg, GST_RTSP_GET, uri), in setup_tunneling() 869 GST_RTSP_CHECK (gst_rtsp_connection_send_usec (conn, msg, timeout), in setup_tunneling() 880 GST_RTSP_CHECK (gst_rtsp_connection_receive_usec (conn, response, timeout), in setup_tunneling() 931 GST_RTSP_CHECK (gst_rtsp_message_new_request (&msg, GST_RTSP_POST, in setup_tunneling() 951 GST_RTSP_CHECK (gst_rtsp_connection_send_usec (conn, msg, timeout), in setup_tunneling() 2738 GST_RTSP_CHECK (gst_rtsp_message_new_response (&msg, code, NULL, request), in gen_tunnel_reply()
|