Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspdefs.h397 GST_RTSP_STS_NOT_IMPLEMENTED = 501, enumerator
Dgstrtspdefs.c247 DEF_STATUS (GST_RTSP_STS_NOT_IMPLEMENTED, "Not Implemented"); in rtsp_init_status()
Dgstrtsp-enumtypes.c321 { C_ENUM(GST_RTSP_STS_NOT_IMPLEMENTED), "GST_RTSP_STS_NOT_IMPLEMENTED", "not-implemented" }, in gst_rtsp_status_code_get_type()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c6777 case GST_RTSP_STS_NOT_IMPLEMENTED: in gst_rtspsrc_send()