Searched refs:rtsp_methods (Results 1 – 1 of 1) sorted by relevance
68 static const gchar *rtsp_methods[] = { variable331 return rtsp_methods[i]; in gst_rtsp_method_as_text()433 for (idx = 0; rtsp_methods[idx]; idx++) { in gst_rtsp_find_method()434 if (g_ascii_strcasecmp (rtsp_methods[idx], method) == 0) { in gst_rtsp_find_method()