Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspdefs.h153 GST_RTSP_STATE_PLAYING, enumerator
Dgstrtsp-enumtypes.c98 { C_ENUM(GST_RTSP_STATE_PLAYING), "GST_RTSP_STATE_PLAYING", "playing" }, in gst_rtsp_state_get_type()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c2926 playing = (src->state == GST_RTSP_STATE_PLAYING); in gst_rtspsrc_perform_seek()
3329 if (!src->conninfo.connected || src->state != GST_RTSP_STATE_PLAYING) in gst_rtspsrc_push_backchannel_buffer()
8630 if (src->state == GST_RTSP_STATE_PLAYING) in gst_rtspsrc_play()
8859 src->state = GST_RTSP_STATE_PLAYING; in gst_rtspsrc_play()