Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspdefs.h374 GST_RTSP_STS_NOT_ACCEPTABLE = 406, enumerator
Dgstrtspdefs.c217 DEF_STATUS (GST_RTSP_STS_NOT_ACCEPTABLE, "Not Acceptable"); in rtsp_init_status()
Dgstrtsp-enumtypes.c298 { C_ENUM(GST_RTSP_STS_NOT_ACCEPTABLE), "GST_RTSP_STS_NOT_ACCEPTABLE", "not-acceptable" }, in gst_rtsp_status_code_get_type()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c6776 case GST_RTSP_STS_NOT_ACCEPTABLE: in gst_rtspsrc_send()