• Home
  • Raw
  • Download

Lines Matching refs:GstRTSPResult

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…
140 GstRTSPResult gst_rtsp_connection_send_messages_usec (GstRTSPConnection *conn, GstRTSPMessage …
144 GstRTSPResult gst_rtsp_connection_receive_usec (GstRTSPConnection *conn, GstRTSPMessage *me…
150 GstRTSPResult gst_rtsp_connection_poll_usec (GstRTSPConnection *conn, GstRTSPEvent events,
159 GstRTSPResult gst_rtsp_connection_reset_timeout (GstRTSPConnection *conn);
164 GstRTSPResult gst_rtsp_connection_flush (GstRTSPConnection *conn, gboolean flush);
169 GstRTSPResult gst_rtsp_connection_set_proxy (GstRTSPConnection *conn,
175 GstRTSPResult gst_rtsp_connection_set_auth (GstRTSPConnection *conn, GstRTSPAuthMethod m…
189 GstRTSPResult gst_rtsp_connection_set_qos_dscp (GstRTSPConnection *conn,
230 GstRTSPResult gst_rtsp_connection_do_tunnel (GstRTSPConnection *conn, GstRTSPConnection *…
275 GstRTSPResult (*message_received) (GstRTSPWatch *watch, GstRTSPMessage *message,
277 GstRTSPResult (*message_sent) (GstRTSPWatch *watch, guint id,
279 GstRTSPResult (*closed) (GstRTSPWatch *watch, gpointer user_data);
280 GstRTSPResult (*error) (GstRTSPWatch *watch, GstRTSPResult result,
283 GstRTSPResult (*tunnel_complete) (GstRTSPWatch *watch, gpointer user_data);
284 GstRTSPResult (*error_full) (GstRTSPWatch *watch, GstRTSPResult result,
287 GstRTSPResult (*tunnel_lost) (GstRTSPWatch *watch, gpointer user_data);
288 GstRTSPResult (*tunnel_http_response) (GstRTSPWatch *watch,
322 GstRTSPResult gst_rtsp_watch_write_data (GstRTSPWatch *watch,
327 GstRTSPResult gst_rtsp_watch_send_message (GstRTSPWatch *watch,
332 GstRTSPResult gst_rtsp_watch_send_messages (GstRTSPWatch *watch,
338 GstRTSPResult gst_rtsp_watch_wait_backlog_usec (GstRTSPWatch * watch,
351 GstRTSPResult gst_rtsp_connection_connect (GstRTSPConnection * conn, GTimeVal *…
354 GstRTSPResult gst_rtsp_connection_connect_with_response (GstRTSPConnection * conn, GTimeVal *…
358 GstRTSPResult gst_rtsp_connection_read (GstRTSPConnection * conn, guint8 * data,
363 GstRTSPResult gst_rtsp_connection_write (GstRTSPConnection * conn, const guint8 * dat…
367 GstRTSPResult gst_rtsp_connection_send (GstRTSPConnection *conn, GstRTSPMessage *mes…
371 GstRTSPResult gst_rtsp_connection_send_messages (GstRTSPConnection *conn, GstRTSPMessage *mes…
375 GstRTSPResult gst_rtsp_connection_receive (GstRTSPConnection *conn, GstRTSPMessage *mes…
379 GstRTSPResult gst_rtsp_connection_poll (GstRTSPConnection *conn, GstRTSPEvent events,
383 GstRTSPResult gst_rtsp_connection_next_timeout (GstRTSPConnection *conn, GTimeVal *timeout);
386 GstRTSPResult gst_rtsp_watch_wait_backlog (GstRTSPWatch * watch,