Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtspconnection.c744 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()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspdefs.h119 GST_RTSP_EV_READ = (1 << 0), enumerator
Dgstrtsp-enumtypes.c61 { C_FLAGS(GST_RTSP_EV_READ), "GST_RTSP_EV_READ", "read" }, in gst_rtsp_event_get_type()
Dgstrtspconnection.c2995 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()