Searched refs:GST_RTSP_PLAY (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtsp.c | 580 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/ |
D | gstrtspdefs.h | 199 GST_RTSP_PLAY = (1 << 5), enumerator
|
D | gstrtspdefs.c | 466 if (options & GST_RTSP_PLAY) in gst_rtsp_options_as_text()
|
D | gstrtsp-enumtypes.c | 138 { C_FLAGS(GST_RTSP_PLAY), "GST_RTSP_PLAY", "play" }, in gst_rtsp_method_get_type()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 6864 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()
|