Home
last modified time | relevance | path

Searched refs:GST_RTSP_VERSION_1_0 (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspdefs.h168 GST_RTSP_VERSION_1_0 = 0x10, enumerator
Dgstrtspdefs.c346 case GST_RTSP_VERSION_1_0: in gst_rtsp_version_as_text()
Dgstrtsp-enumtypes.c115 { C_ENUM(GST_RTSP_VERSION_1_0), "GST_RTSP_VERSION_1_0", "1-0" }, in gst_rtsp_version_get_type()
Dgstrtspmessage.c225 msg->type_data.request.version = GST_RTSP_VERSION_1_0; in gst_rtsp_message_init_request()
326 msg->type_data.response.version = GST_RTSP_VERSION_1_0; in gst_rtsp_message_init_response()
Dgstrtspconnection.c2140 if (rversion != GST_RTSP_VERSION_1_0 && rversion != GST_RTSP_VERSION_2_0) { in parse_protocol_version()
2150 if (rversion != GST_RTSP_VERSION_1_0 && in parse_protocol_version()
3920 if (watch->message.type_data.request.version != GST_RTSP_VERSION_1_0) in gst_rtsp_source_dispatch_read()
3925 if (watch->message.type_data.response.version != GST_RTSP_VERSION_1_0) in gst_rtsp_source_dispatch_read()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c306 #define DEFAULT_VERSION GST_RTSP_VERSION_1_0
7987 versions[0] = GST_RTSP_VERSION_1_0; in gst_rtspsrc_retrieve_sdp()