Searched refs:GST_RTSP_EV_READ (Results 1 – 4 of 4) sorted by relevance
744 fail_unless (gst_rtsp_connection_poll_usec (rtsp_conn, GST_RTSP_EV_READ, in GST_START_TEST()746 fail_if (event & GST_RTSP_EV_READ); in GST_START_TEST()751 fail_unless (gst_rtsp_connection_poll (rtsp_conn, GST_RTSP_EV_READ, &event, in GST_START_TEST()753 fail_unless (event & GST_RTSP_EV_READ); in GST_START_TEST()
119 GST_RTSP_EV_READ = (1 << 0), enumerator
61 { C_FLAGS(GST_RTSP_EV_READ), "GST_RTSP_EV_READ", "read" }, in gst_rtsp_event_get_type()
2995 if (events & GST_RTSP_EV_READ) { in gst_rtsp_connection_poll_usec()3017 if (events & GST_RTSP_EV_READ) { in gst_rtsp_connection_poll_usec()3021 *revents |= GST_RTSP_EV_READ; in gst_rtsp_connection_poll_usec()