diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-03-26 12:20:51 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-03-26 12:20:51 +0200 |
commit | 37bbf2317b0a485d1bb530e37f5fb6480b9e60a9 (patch) | |
tree | d030fe369930f96bd8763a42fd8ba7d0abe1a6ba | |
parent | e0be150e9198c8d39abdaad4003916b9d9989502 (diff) | |
parent | 3c768123b4d60618e1197b902de956cb251dbfb0 (diff) |
Merge branch 'master' into 0.11
-rw-r--r-- | docs/README | 2 |
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. |