Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspdefs.h194 GST_RTSP_DESCRIBE = (1 << 0), enumerator
Dgstrtspdefs.c458 if (options & GST_RTSP_DESCRIBE) in gst_rtsp_options_as_text()
Dgstrtsp-enumtypes.c133 { C_FLAGS(GST_RTSP_DESCRIBE), "GST_RTSP_DESCRIBE", "describe" }, in gst_rtsp_method_get_type()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c6860 src->methods = GST_RTSP_DESCRIBE | GST_RTSP_SETUP; in gst_rtspsrc_parse_methods()
6869 if (!(src->methods & GST_RTSP_DESCRIBE)) in gst_rtspsrc_parse_methods()
8035 gst_rtspsrc_init_request (src, &request, GST_RTSP_DESCRIBE, in gst_rtspsrc_retrieve_sdp()
8074 if (!(src->methods & GST_RTSP_DESCRIBE)) in gst_rtspsrc_retrieve_sdp()