Home
last modified time | relevance | path

Searched refs:GstRTSPWatch (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.h252 typedef struct _GstRTSPWatch GstRTSPWatch; typedef
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,
282 GstRTSPStatusCode (*tunnel_start) (GstRTSPWatch *watch, gpointer user_data);
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,
[all …]
Dgstrtspconnection.c3748 GstRTSPWatch *watch = (GstRTSPWatch *) source; in gst_rtsp_source_prepare()
3766 GstRTSPWatch * watch) in gst_rtsp_source_dispatch_read_get_channel()
3822 GstRTSPWatch * watch) in gst_rtsp_source_dispatch_read()
3971 GstRTSPWatch *watch = (GstRTSPWatch *) source; in gst_rtsp_source_dispatch()
3983 GstRTSPWatch * watch) in gst_rtsp_source_dispatch_write()
4269 GstRTSPWatch *watch = (GstRTSPWatch *) source; in gst_rtsp_source_finalize()
4325 GstRTSPWatch *
4329 GstRTSPWatch *result; in gst_rtsp_watch_new()
4336 result = (GstRTSPWatch *) g_source_new (&gst_rtsp_source_funcs, in gst_rtsp_watch_new()
4337 sizeof (GstRTSPWatch)); in gst_rtsp_watch_new()
[all …]
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtspconnection.c150 tunnel_get (GstRTSPWatch * watch, gpointer user_data) in tunnel_get()
157 tunnel_post (GstRTSPWatch * watch, gpointer user_data) in tunnel_post()
164 tunnel_lost (GstRTSPWatch * watch, gpointer user_data) in tunnel_lost()
171 closed (GstRTSPWatch * watch, gpointer user_data) in closed()
178 message_sent (GstRTSPWatch * watch, guint id, gpointer user_data) in message_sent()
201 GstRTSPWatch *watch1; in GST_START_TEST()
202 GstRTSPWatch *watch2; in GST_START_TEST()
365 GstRTSPWatch *watch1; in GST_START_TEST()
366 GstRTSPWatch *watch2; in GST_START_TEST()
769 GstRTSPWatch *watch; in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/
DChangeLog69525 rtspconnection: GstRTSPWatch func for tunnel GET response
69526 Add a callback in GstRTSPWatch where the response to HTTP GET for
121967 rtsp: Added new API for sending using GstRTSPWatch.
121968 The new API to send messages using GstRTSPWatch will first try to send the
127480 Rename GstRTSPChannel to GstRTSPWatch to avoid confusing with the RTSP channels.