/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspconnection.h | 66 GstRTSPResult gst_rtsp_connection_create (const GstRTSPUrl *url, GstRTSPConnection **c… 69 GstRTSPResult gst_rtsp_connection_create_from_socket (GSocket * socket, 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); 126 GstRTSPResult gst_rtsp_connection_read_usec (GstRTSPConnection * conn, guint8 * data, 130 GstRTSPResult gst_rtsp_connection_write_usec (GstRTSPConnection * conn, const guint8 * dat… 136 GstRTSPResult gst_rtsp_connection_send_usec (GstRTSPConnection *conn, GstRTSPMessage *mes… [all …]
|
D | gstrtspmessage.h | 121 GstRTSPResult gst_rtsp_message_new (GstRTSPMessage **msg); 124 GstRTSPResult gst_rtsp_message_init (GstRTSPMessage *msg); 127 GstRTSPResult gst_rtsp_message_unset (GstRTSPMessage *msg); 130 GstRTSPResult gst_rtsp_message_free (GstRTSPMessage *msg); 132 GstRTSPResult gst_rtsp_message_copy (const GstRTSPMessage *msg, 141 GstRTSPResult gst_rtsp_message_new_request (GstRTSPMessage **msg, 146 GstRTSPResult gst_rtsp_message_init_request (GstRTSPMessage *msg, 151 GstRTSPResult gst_rtsp_message_parse_request (GstRTSPMessage *msg, 159 GstRTSPResult gst_rtsp_message_new_response (GstRTSPMessage **msg, 165 GstRTSPResult gst_rtsp_message_init_response (GstRTSPMessage *msg, [all …]
|
D | gstrtspextension.h | 57 GstRTSPResult (*before_send) (GstRTSPExtension *ext, GstRTSPMessage *req); 58 …GstRTSPResult (*after_send) (GstRTSPExtension *ext, GstRTSPMessage *req, GstRTSPMessage *res… 60 GstRTSPResult (*parse_sdp) (GstRTSPExtension *ext, GstSDPMessage *sdp, GstStructure *s); 61 GstRTSPResult (*setup_media) (GstRTSPExtension *ext, GstSDPMedia *media); 65 …GstRTSPResult (*get_transports) (GstRTSPExtension *ext, GstRTSPLowerTrans protocols, gchar **tra… 67 GstRTSPResult (*stream_select) (GstRTSPExtension *ext, GstRTSPUrl *url); 70 …GstRTSPResult (*send) (GstRTSPExtension *ext, GstRTSPMessage *req, GstRTSPMessage *res… 73 GstRTSPResult (*receive_request) (GstRTSPExtension *ext, GstRTSPMessage *req); 88 GstRTSPResult gst_rtsp_extension_before_send (GstRTSPExtension *ext, GstRTSPMessage *req); 91 GstRTSPResult gst_rtsp_extension_after_send (GstRTSPExtension *ext, GstRTSPMessage *req, [all …]
|
D | gstrtspextension.c | 101 GstRTSPResult 105 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_extension_before_send() 114 GstRTSPResult 119 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_extension_after_send() 128 GstRTSPResult 133 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_extension_parse_sdp() 142 GstRTSPResult 146 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_extension_setup_media() 168 GstRTSPResult 173 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_extension_get_transports() [all …]
|
D | gstrtsptransport.h | 175 GstRTSPResult gst_rtsp_transport_new (GstRTSPTransport **transport); 178 GstRTSPResult gst_rtsp_transport_init (GstRTSPTransport *transport); 181 GstRTSPResult gst_rtsp_transport_parse (const gchar *str, GstRTSPTransport *transport); 187 GstRTSPResult gst_rtsp_transport_get_mime (GstRTSPTransMode trans, const gchar **mime); 190 GstRTSPResult gst_rtsp_transport_get_manager (GstRTSPTransMode trans, const gchar **manager, … 193 GstRTSPResult gst_rtsp_transport_get_media_type (GstRTSPTransport *transport, 197 GstRTSPResult gst_rtsp_transport_free (GstRTSPTransport *transport);
|
D | gstrtspmessage.c | 123 GstRTSPResult 146 GstRTSPResult 186 GstRTSPResult 213 GstRTSPResult 246 GstRTSPResult 281 GstRTSPResult 312 GstRTSPResult 380 GstRTSPResult 408 GstRTSPResult 431 GstRTSPResult [all …]
|
D | gstrtspconnection.c | 243 GstRTSPResult status; 263 static GstRTSPResult 264 gst_rtsp_result_from_g_io_error (GError * error, GstRTSPResult default_res) in gst_rtsp_result_from_g_io_error() 368 GstRTSPResult 450 GstRTSPResult 456 GstRTSPResult res; in gst_rtsp_connection_create_from_socket() 526 GstRTSPResult 534 GstRTSPResult ret; in gst_rtsp_connection_accept() 825 static GstRTSPResult 830 GstRTSPResult res; in setup_tunneling() [all …]
|
D | gstrtsprange.c | 81 static GstRTSPResult 110 static GstRTSPResult 113 GstRTSPResult res; in parse_npt_range() 146 static GstRTSPResult 184 static GstRTSPResult 187 GstRTSPResult res; in parse_utc_range() 210 static GstRTSPResult 236 static GstRTSPResult 239 GstRTSPResult res; in parse_smpte_range() 266 GstRTSPResult [all …]
|
D | gstrtspurl.h | 93 GstRTSPResult gst_rtsp_url_parse (const gchar *urlstr, GstRTSPUrl **url); 112 GstRTSPResult gst_rtsp_url_set_port (GstRTSPUrl *url, guint16 port); 115 GstRTSPResult gst_rtsp_url_get_port (const GstRTSPUrl *url, guint16 *port);
|
D | gstrtsptransport.c | 155 GstRTSPResult 177 GstRTSPResult 219 GstRTSPResult 248 GstRTSPResult 295 GstRTSPResult 442 GstRTSPResult 767 GstRTSPResult
|
D | gstrtspurl.c | 100 GstRTSPResult 277 GstRTSPResult 296 GstRTSPResult
|
D | gstrtspdefs.h | 109 } GstRTSPResult; typedef 406 gchar* gst_rtsp_strresult (GstRTSPResult result);
|
D | gstrtsprange.h | 146 GstRTSPResult gst_rtsp_range_parse (const gchar *rangestr, GstRTSPTimeRange **range);
|
D | gstrtspdefs.c | 267 gst_rtsp_strresult (GstRTSPResult result) in gst_rtsp_strresult()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspext.c | 137 GstRTSPResult 141 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_ext_list_before_send() 151 GstRTSPResult 156 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_ext_list_after_send() 166 GstRTSPResult 171 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_ext_list_parse_sdp() 181 GstRTSPResult 185 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_ext_list_setup_media() 211 GstRTSPResult 216 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_ext_list_get_transports() [all …]
|
D | gstrtspext.h | 65 GstRTSPResult gst_rtsp_ext_list_before_send (GstRTSPExtensionList *ext, GstRTSPMessage *req); 66 GstRTSPResult gst_rtsp_ext_list_after_send (GstRTSPExtensionList *ext, GstRTSPMessage *req, 68 GstRTSPResult gst_rtsp_ext_list_parse_sdp (GstRTSPExtensionList *ext, GstSDPMessage *sdp, 70 GstRTSPResult gst_rtsp_ext_list_setup_media (GstRTSPExtensionList *ext, GstSDPMedia *media); 72 GstRTSPResult gst_rtsp_ext_list_get_transports (GstRTSPExtensionList *ext, GstRTSPLowerTrans pro… 74 GstRTSPResult gst_rtsp_ext_list_stream_select (GstRTSPExtensionList *ext, GstRTSPUrl *url); 79 GstRTSPResult gst_rtsp_ext_list_receive_request (GstRTSPExtensionList *ext, GstRTSPMessage *req);
|
D | gstrtspsrc.c | 423 static GstRTSPResult gst_rtspsrc_send_cb (GstRTSPExtension * ext, 426 static GstRTSPResult gst_rtspsrc_open (GstRTSPSrc * src, gboolean async); 427 static GstRTSPResult gst_rtspsrc_play (GstRTSPSrc * src, GstSegment * segment, 429 static GstRTSPResult gst_rtspsrc_pause (GstRTSPSrc * src, gboolean async); 430 static GstRTSPResult gst_rtspsrc_close (GstRTSPSrc * src, gboolean async, 443 static GstRTSPResult gst_rtsp_conninfo_close (GstRTSPSrc * src, 450 static GstRTSPResult 453 static GstRTSPResult 2778 static GstRTSPResult 2782 GstRTSPResult ret; in gst_rtspsrc_connection_send() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtspconnection.c | 156 static GstRTSPResult 163 static GstRTSPResult 170 static GstRTSPResult 177 static GstRTSPResult 203 GstRTSPResult res; in GST_START_TEST() 367 GstRTSPResult res; in GST_START_TEST() 774 GstRTSPResult res = GST_RTSP_OK; in GST_START_TEST()
|
D | rtsp.c | 33 GstRTSPResult res; in GST_START_TEST() 57 GstRTSPResult res; in GST_START_TEST() 90 GstRTSPResult res; in GST_START_TEST() 113 GstRTSPResult res; in GST_START_TEST() 136 GstRTSPResult res; in GST_START_TEST() 577 GstRTSPResult res; in GST_START_TEST() 691 GstRTSPResult res; in GST_START_TEST() 977 GstRTSPResult res; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 47168 'GstRTSPResult' [-Werror,-Wenum-conversion] 47172 'GstRTSPResult' [-Werror,-Wenum-conversion]
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 4758 rtspconnection: Consistently translate GIOError to GstRTSPResult 124101 rtsp: Updated documentation for GstRTSPResult.
|