From a646e278d35765651413f360652053cb95b55487 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 1 May 2014 05:29:54 +0200 Subject: [PATCH] client: fix typo in comment --- gst/rtsp-server/rtsp-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtsp-server/rtsp-client.c b/gst/rtsp-server/rtsp-client.c index 8ff51d1..182474d 100644 --- a/gst/rtsp-server/rtsp-client.c +++ b/gst/rtsp-server/rtsp-client.c @@ -1173,7 +1173,7 @@ handle_play_request (GstRTSPClient * client, GstRTSPContext * ctx) send_message (client, session, ctx->response, FALSE); - /* start playing after sending the request */ + /* start playing after sending the response */ gst_rtsp_session_media_set_state (sessmedia, GST_STATE_PLAYING); gst_rtsp_session_media_set_rtsp_state (sessmedia, GST_RTSP_STATE_PLAYING); -- 2.7.4