Home
last modified time | relevance | path

Searched refs:GstRTSPResult (Results 1 – 21 of 21) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.h66 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 …]
Dgstrtspmessage.h121 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 …]
Dgstrtspextension.h57 GstRTSPResult (*before_send) (GstRTSPExtension *ext, GstRTSPMessage *req);
58GstRTSPResult (*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);
65GstRTSPResult (*get_transports) (GstRTSPExtension *ext, GstRTSPLowerTrans protocols, gchar **tra…
67 GstRTSPResult (*stream_select) (GstRTSPExtension *ext, GstRTSPUrl *url);
70GstRTSPResult (*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 …]
Dgstrtspextension.c101 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 …]
Dgstrtsptransport.h175 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);
Dgstrtspmessage.c123 GstRTSPResult
146 GstRTSPResult
186 GstRTSPResult
213 GstRTSPResult
246 GstRTSPResult
281 GstRTSPResult
312 GstRTSPResult
380 GstRTSPResult
408 GstRTSPResult
431 GstRTSPResult
[all …]
Dgstrtspconnection.c243 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 …]
Dgstrtsprange.c81 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 …]
Dgstrtspurl.h93 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);
Dgstrtsptransport.c155 GstRTSPResult
177 GstRTSPResult
219 GstRTSPResult
248 GstRTSPResult
295 GstRTSPResult
442 GstRTSPResult
767 GstRTSPResult
Dgstrtspurl.c100 GstRTSPResult
277 GstRTSPResult
296 GstRTSPResult
Dgstrtspdefs.h109 } GstRTSPResult; typedef
406 gchar* gst_rtsp_strresult (GstRTSPResult result);
Dgstrtsprange.h146 GstRTSPResult gst_rtsp_range_parse (const gchar *rangestr, GstRTSPTimeRange **range);
Dgstrtspdefs.c267 gst_rtsp_strresult (GstRTSPResult result) in gst_rtsp_strresult()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspext.c137 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 …]
Dgstrtspext.h65 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);
Dgstrtspsrc.c423 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/
Drtspconnection.c156 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()
Drtsp.c33 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/
DChangeLog47168 'GstRTSPResult' [-Werror,-Wenum-conversion]
47172 'GstRTSPResult' [-Werror,-Wenum-conversion]
/third_party/gstreamer/gstplugins_base/
DChangeLog4758 rtspconnection: Consistently translate GIOError to GstRTSPResult
124101 rtsp: Updated documentation for GstRTSPResult.