allow pause requests for now.

--
This commit is contained in:
Wim Taymans 2009-03-12 20:31:22 +01:00
parent d3c404f32f
commit 0ae095e825

View file

@ -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;