Searched refs:mode_play (Results 1 – 2 of 2) sorted by relevance
190 transport->mode_play = TRUE; in gst_rtsp_transport_init()318 transport->mode_play = (strstr (str, "play") != NULL); in parse_mode()527 if (!transport->mode_play && !transport->mode_record) in gst_rtsp_transport_parse()736 if (transport->mode_play && transport->mode_record) in gst_rtsp_transport_as_text()740 else if (transport->mode_play) in gst_rtsp_transport_as_text()
155 gboolean mode_play; member