gst-rtsp-server: docs: fix for gst_rtsp_server_set_port() -> _set_service()
Tim Müller
tpm at kemper.freedesktop.org
Wed Feb 29 07:57:03 PST 2012
Module: gst-rtsp-server
Branch: master
Commit: 3c768123b4d60618e1197b902de956cb251dbfb0
URL: http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/commit/?id=3c768123b4d60618e1197b902de956cb251dbfb0
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Wed Feb 29 15:56:06 2012 +0000
docs: fix for gst_rtsp_server_set_port() -> _set_service()
https://bugzilla.gnome.org/show_bug.cgi?id=666548
---
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.
More information about the gstreamer-commits
mailing list