Searched refs:GST_RTSP_OK (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtspconnection.c | 160 return GST_RTSP_OK; in tunnel_post() 167 return GST_RTSP_OK; in tunnel_lost() 174 return GST_RTSP_OK; in closed() 181 return GST_RTSP_OK; in message_sent() 222 fail_unless (res == GST_RTSP_OK); in GST_START_TEST() 260 fail_unless (res == GST_RTSP_OK); in GST_START_TEST() 284 GST_RTSP_OK); in GST_START_TEST() 309 fail_unless (res == GST_RTSP_OK); in GST_START_TEST() 333 GST_RTSP_OK); in GST_START_TEST() 347 fail_unless (gst_rtsp_connection_close (rtsp_conn1) == GST_RTSP_OK); in GST_START_TEST() [all …]
|
D | rtsp.c | 36 fail_unless (res == GST_RTSP_OK); in GST_START_TEST() 64 fail_unless (res == GST_RTSP_OK); in GST_START_TEST() 94 fail_unless (res == GST_RTSP_OK); in GST_START_TEST() 117 fail_unless (res == GST_RTSP_OK); in GST_START_TEST() 140 fail_unless (res == GST_RTSP_OK); in GST_START_TEST() 167 fail_unless (gst_rtsp_range_parse ("npt=-now", &range) == GST_RTSP_OK); in GST_START_TEST() 180 fail_unless (gst_rtsp_range_parse ("npt=now-now", &range) == GST_RTSP_OK); in GST_START_TEST() 190 fail_unless (gst_rtsp_range_parse ("npt=now-", &range) == GST_RTSP_OK); in GST_START_TEST() 200 fail_unless (gst_rtsp_range_parse ("npt=now-34.12", &range) == GST_RTSP_OK); in GST_START_TEST() 214 fail_unless (gst_rtsp_range_parse ("npt=23,89-now", &range) == GST_RTSP_OK); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspmessage.c | 100 if (gst_rtsp_message_copy (orig, ©) == GST_RTSP_OK) in gst_rtsp_message_boxed_copy() 156 return GST_RTSP_OK; in gst_rtsp_message_init() 228 return GST_RTSP_OK; in gst_rtsp_message_init_request() 261 return GST_RTSP_OK; in gst_rtsp_message_parse_request() 341 0) == GST_RTSP_OK) { in gst_rtsp_message_init_response() 347 0) == GST_RTSP_OK) { in gst_rtsp_message_init_response() 362 return GST_RTSP_OK; in gst_rtsp_message_init_response() 395 return GST_RTSP_OK; in gst_rtsp_message_parse_response() 441 return GST_RTSP_OK; in gst_rtsp_message_init_data() 462 return GST_RTSP_OK; in gst_rtsp_message_parse_data() [all …]
|
D | gstrtspextension.c | 105 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_extension_before_send() 119 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_extension_after_send() 133 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_extension_parse_sdp() 146 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_extension_setup_media() 173 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_extension_get_transports() 186 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_extension_stream_select() 213 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_extension_send()
|
D | gstrtspconnection.c | 267 return GST_RTSP_OK; in gst_rtsp_result_from_g_io_error() 406 return GST_RTSP_OK; in gst_rtsp_connection_create() 496 return GST_RTSP_OK; in gst_rtsp_connection_create_from_socket() 890 &value, 0) == GST_RTSP_OK) { in setup_tunneling() 1091 if (res != GST_RTSP_OK) in gst_rtsp_connection_connect_with_response_usec() 1097 return GST_RTSP_OK; in gst_rtsp_connection_connect_with_response_usec() 1287 return GST_RTSP_OK; in write_bytes() 1354 return GST_RTSP_OK; in writev_bytes() 1384 GstRTSPResult res = GST_RTSP_OK; in writev_bytes() 1392 if (G_UNLIKELY (res != GST_RTSP_OK)) in writev_bytes() [all …]
|
D | gstrtsprange.c | 105 return GST_RTSP_OK; in parse_npt_time() 123 if ((res = parse_npt_time (str, &range->min)) != GST_RTSP_OK) in parse_npt_range() 153 return GST_RTSP_OK; in parse_utc_time() 179 return GST_RTSP_OK; in parse_utc_time() 197 if ((res = parse_utc_time (str, &range->min, &range->min2, p)) != GST_RTSP_OK) in parse_utc_range() 218 return GST_RTSP_OK; in parse_smpte_time() 231 return GST_RTSP_OK; in parse_smpte_time() 248 parse_smpte_time (str, &range->min, &range->min2, p)) != GST_RTSP_OK) in parse_smpte_range() 296 if (ret != GST_RTSP_OK) in gst_rtsp_range_parse()
|
D | gstrtsptransport.c | 201 return GST_RTSP_OK; in gst_rtsp_transport_init() 232 return GST_RTSP_OK; in gst_rtsp_transport_get_mime() 263 return GST_RTSP_OK; in gst_rtsp_transport_get_media_type() 312 return GST_RTSP_OK; in gst_rtsp_transport_get_manager() 573 return GST_RTSP_OK; in gst_rtsp_transport_parse() 775 return GST_RTSP_OK; in gst_rtsp_transport_free()
|
D | gstrtspurl.c | 209 return GST_RTSP_OK; in gst_rtsp_url_parse() 284 return GST_RTSP_OK; in gst_rtsp_url_set_port() 308 return GST_RTSP_OK; in gst_rtsp_url_get_port()
|
D | gstrtspdefs.h | 61 if (G_UNLIKELY ((res = (stmt)) != GST_RTSP_OK)) \ 89 GST_RTSP_OK = 0, enumerator
|
D | gstrtspdefs.c | 270 case GST_RTSP_OK: in gst_rtsp_strresult()
|
D | gstrtsp-enumtypes.c | 29 { C_ENUM(GST_RTSP_OK), "GST_RTSP_OK", "ok" }, in gst_rtsp_result_get_type()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspext.c | 141 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_ext_list_before_send() 156 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_ext_list_after_send() 171 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_ext_list_parse_sdp() 185 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_ext_list_setup_media() 216 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_ext_list_get_transports() 230 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_ext_list_stream_select()
|
D | gstrtspsrc.c | 5210 if (res == GST_RTSP_OK) in gst_rtsp_conninfo_connect() 5218 return GST_RTSP_OK; in gst_rtsp_conninfo_connect() 5263 return GST_RTSP_OK; in gst_rtsp_conninfo_close() 5356 return GST_RTSP_OK; in gst_rtspsrc_handle_request() 5378 return GST_RTSP_OK; in gst_rtspsrc_send_keep_alive() 5406 return GST_RTSP_OK; in gst_rtspsrc_send_keep_alive() 5412 return GST_RTSP_OK; in gst_rtspsrc_send_keep_alive() 5683 case GST_RTSP_OK: in gst_rtspsrc_loop_interleaved() 5804 case GST_RTSP_OK: in gst_rtspsrc_loop_udp() 5935 GstRTSPResult res = GST_RTSP_OK; in gst_rtspsrc_reconnect() [all …]
|