Searched refs:GST_RTSP_STS_OK (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspdefs.h | 359 GST_RTSP_STS_OK = 200, enumerator
|
D | gstrtspdefs.c | 202 DEF_STATUS (GST_RTSP_STS_OK, "OK"); in rtsp_init_status()
|
D | gstrtsp-enumtypes.c | 283 { C_ENUM(GST_RTSP_STS_OK), "GST_RTSP_STS_OK", "ok" }, in gst_rtsp_status_code_get_type()
|
D | gstrtspconnection.c | 885 response->type_data.response.code != GST_RTSP_STS_OK) in setup_tunneling() 2747 if (code == GST_RTSP_STS_OK) { in gen_tunnel_reply() 2813 response = gen_tunnel_reply (conn, GST_RTSP_STS_OK, message); in gst_rtsp_connection_receive_usec() 3888 code = GST_RTSP_STS_OK; in gst_rtsp_source_dispatch_read()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtspconnection.c | 153 return GST_RTSP_STS_OK; in tunnel_get()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 5337 gst_rtsp_message_init_response (&response, GST_RTSP_STS_OK, "OK", in gst_rtspsrc_handle_request() 6499 if (thecode != GST_RTSP_STS_OK) in gst_rtsp_src_receive_response() 6661 GstRTSPStatusCode int_code = GST_RTSP_STS_OK; in gst_rtspsrc_send() 6719 else if (int_code != GST_RTSP_STS_OK) in gst_rtspsrc_send() 7532 case GST_RTSP_STS_OK: in gst_rtspsrc_setup_streams_start() 9531 GstRTSPStatusCode code = GST_RTSP_STS_OK; in gst_rtspsrc_get_parameter() 9652 GstRTSPStatusCode code = GST_RTSP_STS_OK; in gst_rtspsrc_set_parameter()
|