mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
allow pause requests for now.
--
This commit is contained in:
parent
d3c404f32f
commit
0ae095e825
1 changed files with 1 additions and 1 deletions
|
@ -825,7 +825,7 @@ handle_options_request (GstRTSPClient *client, GstRTSPUrl *uri, GstRTSPSession *
|
|||
|
||||
options = GST_RTSP_DESCRIBE |
|
||||
GST_RTSP_OPTIONS |
|
||||
// GST_RTSP_PAUSE |
|
||||
GST_RTSP_PAUSE |
|
||||
GST_RTSP_PLAY |
|
||||
GST_RTSP_SETUP |
|
||||
GST_RTSP_TEARDOWN;
|
||||
|
|
Loading…
Reference in a new issue