Searched refs:gst_rtsp_connection_create (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspconnection.h | 66 GstRTSPResult gst_rtsp_connection_create (const GstRTSPUrl *url, GstRTSPConnection **c…
|
D | gstrtspconnection.c | 369 gst_rtsp_connection_create (const GstRTSPUrl * url, GstRTSPConnection ** conn) in gst_rtsp_connection_create() function 474 GST_RTSP_CHECK (gst_rtsp_connection_create (url, &newconn), newconn_failed); in gst_rtsp_connection_create_from_socket()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtspconnection.c | 694 fail_unless (gst_rtsp_connection_create (url, &rtsp_conn) == GST_RTSP_OK); in GST_START_TEST() 849 fail_unless (gst_rtsp_connection_create (url, &conn) == GST_RTSP_OK); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 5148 if ((res = gst_rtsp_connection_create (info->url, &info->connection)) < 0) in gst_rtsp_conninfo_connect()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 133386 (gst_rtsp_connection_create), (md5_digest_to_hex_string), 134842 (gst_rtsp_connection_create): 135182 (gst_rtsp_connection_create), (gst_rtsp_connection_connect), 137976 * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create): 140177 (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
|