Merge branch 'master' into 0.11
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 26 Mar 2012 10:20:51 +0000 (12:20 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 26 Mar 2012 10:20:51 +0000 (12:20 +0200)
docs/README

index 5b223b6..e1ece70 100644 (file)
@@ -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.