summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-03-26 12:20:51 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2012-03-26 12:20:51 +0200
commit37bbf2317b0a485d1bb530e37f5fb6480b9e60a9 (patch)
treed030fe369930f96bd8763a42fd8ba7d0abe1a6ba
parente0be150e9198c8d39abdaad4003916b9d9989502 (diff)
parent3c768123b4d60618e1197b902de956cb251dbfb0 (diff)
Merge branch 'master' into 0.11
-rw-r--r--docs/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README b/docs/README
index 5b223b6..e1ece70 100644
--- a/docs/README
+++ b/docs/README
@@ -58,7 +58,7 @@ can build simple server applications with it.
server = gst_rtsp_server_new ();
The server will by default listen on port 8554 for new connections. This can be
- changed by calling gst_rtsp_server_set_port() or with the 'port' GObject
+ changed by calling gst_rtsp_server_set_service() or with the 'service' GObject
property. This makes it possible to run multiple server instances listening on
multiple ports on one machine.