Searched refs:GstRTSPMethod (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspdefs.h | 207 } GstRTSPMethod; typedef 409 const gchar* gst_rtsp_method_as_text (GstRTSPMethod method); 421 gchar* gst_rtsp_options_as_text (GstRTSPMethod options); 424 GstRTSPMethod gst_rtsp_options_from_text (const gchar *options); 430 GstRTSPMethod gst_rtsp_find_method (const gchar *method);
|
D | gstrtspdefs.c | 319 gst_rtsp_method_as_text (GstRTSPMethod method) in gst_rtsp_method_as_text() 428 GstRTSPMethod 450 gst_rtsp_options_as_text (GstRTSPMethod options) in gst_rtsp_options_as_text() 497 GstRTSPMethod 500 GstRTSPMethod methods; in gst_rtsp_options_from_text() 512 GstRTSPMethod method; in gst_rtsp_options_from_text()
|
D | gstrtspmessage.h | 87 GstRTSPMethod method; 142 GstRTSPMethod method, 147 GstRTSPMethod method, 152 GstRTSPMethod *method,
|
D | gstrtspmessage.c | 187 gst_rtsp_message_new_request (GstRTSPMessage ** msg, GstRTSPMethod method, in gst_rtsp_message_new_request() 214 gst_rtsp_message_init_request (GstRTSPMessage * msg, GstRTSPMethod method, in gst_rtsp_message_init_request() 248 GstRTSPMethod * method, const gchar ** uri, GstRTSPVersion * version) in gst_rtsp_message_parse_request()
|
D | gstrtspconnection.c | 2209 GstRTSPMethod method; in parse_request_line()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 5304 GstRTSPMethod method, const gchar * uri) in gst_rtspsrc_init_request() 5372 GstRTSPMethod method; in gst_rtspsrc_send_keep_alive() 6665 GstRTSPMethod method = GST_RTSP_INVALID; in gst_rtspsrc_send()
|