From 325b2cf8a200cd870dfa17050e1655753434a4ec Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 19 Jan 2011 15:29:55 +0100 Subject: [PATCH] rtsp-server: clarify docs a little --- gst/rtsp-server/rtsp-server.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/rtsp-server/rtsp-server.c b/gst/rtsp-server/rtsp-server.c index 8d70d0b235..cf20f0ea44 100644 --- a/gst/rtsp-server/rtsp-server.c +++ b/gst/rtsp-server/rtsp-server.c @@ -865,7 +865,8 @@ no_channel: * @context: a #GMainContext * * Attaches @server to @context. When the mainloop for @context is run, the - * server will be dispatched. + * server will be dispatched. When @context is NULL, the default context will be + * used). * * This function should be called when the server properties and urls are fully * configured and the server is ready to start.