Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c2531 gchar *hdrval; in build_next() local
2538 GST_RTSP_HDR_CONTENT_LENGTH, &hdrval, 0) == GST_RTSP_OK && in build_next()
2545 content_length_parsed = g_ascii_strtoll (hdrval, NULL, 10); in build_next()