Home
last modified time | relevance | path

Searched refs:GST_RTSP_SETUP (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspdefs.h202 GST_RTSP_SETUP = (1 << 8), enumerator
Dgstrtspdefs.c472 if (options & GST_RTSP_SETUP) in gst_rtsp_options_as_text()
Dgstrtsp-enumtypes.c141 { C_FLAGS(GST_RTSP_SETUP), "GST_RTSP_SETUP", "setup" }, in gst_rtsp_method_get_type()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtspconnection.c630 fail_unless (gst_rtsp_message_new_request (&msg, GST_RTSP_SETUP, in GST_START_TEST()
886 fail_unless (gst_rtsp_message_new_request (&msg, GST_RTSP_SETUP, in GST_START_TEST()
904 fail_unless (gst_rtsp_message_new_request (&msg, GST_RTSP_SETUP, in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c6860 src->methods = GST_RTSP_DESCRIBE | GST_RTSP_SETUP; in gst_rtspsrc_parse_methods()
6871 if (!(src->methods & GST_RTSP_SETUP)) in gst_rtspsrc_parse_methods()
7481 gst_rtspsrc_init_request (src, &request, GST_RTSP_SETUP, in gst_rtspsrc_setup_streams_start()
8191 GST_RTSP_SETUP | GST_RTSP_PLAY | GST_RTSP_PAUSE | GST_RTSP_TEARDOWN; in gst_rtspsrc_open()