Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspdefs.h373 GST_RTSP_STS_METHOD_NOT_ALLOWED = 405, enumerator
Dgstrtspdefs.c216 DEF_STATUS (GST_RTSP_STS_METHOD_NOT_ALLOWED, "Method Not Allowed"); in rtsp_init_status()
Dgstrtsp-enumtypes.c297 …{ C_ENUM(GST_RTSP_STS_METHOD_NOT_ALLOWED), "GST_RTSP_STS_METHOD_NOT_ALLOWED", "method-not-allowed"… in gst_rtsp_status_code_get_type()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c6778 case GST_RTSP_STS_METHOD_NOT_ALLOWED: in gst_rtspsrc_send()