Searched refs:GstRTSPEvent (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspconnection.h | 150 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);
|
D | gstrtspdefs.h | 121 } GstRTSPEvent; typedef
|
D | gstrtspconnection.c | 2972 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/ |
D | rtspconnection.c | 721 GstRTSPEvent event; in GST_START_TEST()
|