Home
last modified time | relevance | path

Searched refs:GST_RTSP_PLAY (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtsp.c580 res = gst_rtsp_message_new_request (&msg, GST_RTSP_PLAY, in GST_START_TEST()
666 res = gst_rtsp_message_new_request (&msg, GST_RTSP_PLAY, in GST_START_TEST()
697 res = gst_rtsp_message_new_request (&msg, GST_RTSP_PLAY, in GST_START_TEST()
719 res = gst_rtsp_message_new_request (&msg, GST_RTSP_PLAY, in GST_START_TEST()
746 res = gst_rtsp_message_new_request (&msg, GST_RTSP_PLAY, in GST_START_TEST()
778 res = gst_rtsp_message_new_request (&msg, GST_RTSP_PLAY, in GST_START_TEST()
826 res = gst_rtsp_message_new_request (&msg, GST_RTSP_PLAY, in GST_START_TEST()
871 res = gst_rtsp_message_new_request (&msg, GST_RTSP_PLAY, in GST_START_TEST()
916 res = gst_rtsp_message_new_request (&msg, GST_RTSP_PLAY, in GST_START_TEST()
939 res = gst_rtsp_message_new_request (&msg, GST_RTSP_PLAY, in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspdefs.h199 GST_RTSP_PLAY = (1 << 5), enumerator
Dgstrtspdefs.c466 if (options & GST_RTSP_PLAY) in gst_rtsp_options_as_text()
Dgstrtsp-enumtypes.c138 { C_FLAGS(GST_RTSP_PLAY), "GST_RTSP_PLAY", "play" }, in gst_rtsp_method_get_type()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c6864 src->methods |= GST_RTSP_PLAY; in gst_rtspsrc_parse_methods()
8191 GST_RTSP_SETUP | GST_RTSP_PLAY | GST_RTSP_PAUSE | GST_RTSP_TEARDOWN; in gst_rtspsrc_open()
8259 if (!(src->methods & (GST_RTSP_PLAY | GST_RTSP_TEARDOWN))) in gst_rtspsrc_close()
8627 if (!(src->methods & GST_RTSP_PLAY)) in gst_rtspsrc_play()
8669 res = gst_rtspsrc_init_request (src, &request, GST_RTSP_PLAY, setup_url); in gst_rtspsrc_play()
8763 if (!(src->methods & GST_RTSP_PLAY)) { in gst_rtspsrc_play()
8771 src->methods |= GST_RTSP_PLAY; in gst_rtspsrc_play()