client: fix typo in comment
authorWim Taymans <wtaymans@redhat.com>
Thu, 1 May 2014 03:29:54 +0000 (05:29 +0200)
committerWim Taymans <wtaymans@redhat.com>
Thu, 1 May 2014 03:29:54 +0000 (05:29 +0200)
gst/rtsp-server/rtsp-client.c

index 8ff51d1..182474d 100644 (file)
@@ -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);