Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtsptransport.c190 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()
Dgstrtsptransport.h155 gboolean mode_play; member