Searched refs:GST_RTSP_EV_WRITE (Results 1 – 4 of 4) sorted by relevance
120 GST_RTSP_EV_WRITE = (1 << 1) enumerator
62 { C_FLAGS(GST_RTSP_EV_WRITE), "GST_RTSP_EV_WRITE", "write" }, in gst_rtsp_event_get_type()
3003 if (events & GST_RTSP_EV_WRITE) { in gst_rtsp_connection_poll_usec()3023 if (events & GST_RTSP_EV_WRITE) { in gst_rtsp_connection_poll_usec()3026 *revents |= GST_RTSP_EV_WRITE; in gst_rtsp_connection_poll_usec()
738 fail_unless (gst_rtsp_connection_poll (rtsp_conn, GST_RTSP_EV_WRITE, &event, in GST_START_TEST()740 fail_unless (event & GST_RTSP_EV_WRITE); in GST_START_TEST()