Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.h150 GstRTSPResult gst_rtsp_connection_poll_usec (GstRTSPConnection *conn, GstRTSPEvent events,
151 GstRTSPEvent *revents, gint64 timeout);
379 GstRTSPResult gst_rtsp_connection_poll (GstRTSPConnection *conn, GstRTSPEvent events,
380 GstRTSPEvent *revents, GTimeVal *timeout);
Dgstrtspdefs.h121 } GstRTSPEvent; typedef
Dgstrtspconnection.c2972 gst_rtsp_connection_poll_usec (GstRTSPConnection * conn, GstRTSPEvent events, in gst_rtsp_connection_poll_usec()
2973 GstRTSPEvent * revents, gint64 timeout) in gst_rtsp_connection_poll_usec()
5141 gst_rtsp_connection_poll (GstRTSPConnection * conn, GstRTSPEvent events, in gst_rtsp_connection_poll()
5142 GstRTSPEvent * revents, GTimeVal * timeout) in gst_rtsp_connection_poll()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtspconnection.c721 GstRTSPEvent event; in GST_START_TEST()