mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
docs: fix for gst_rtsp_server_set_port() -> _set_service()
https://bugzilla.gnome.org/show_bug.cgi?id=666548
This commit is contained in:
parent
b28b3223fd
commit
3c768123b4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue