From 284a0a5cd1d9e5df365a385d77d9b25c6eb0762e Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 1 Jul 2013 12:20:50 +0200 Subject: [PATCH] stream: improve docs --- gst/rtsp-server/rtsp-stream.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gst/rtsp-server/rtsp-stream.c b/gst/rtsp-server/rtsp-stream.c index f992048..920a87f 100644 --- a/gst/rtsp-server/rtsp-stream.c +++ b/gst/rtsp-server/rtsp-stream.c @@ -449,11 +449,15 @@ no_address: /** * gst_rtsp_stream_reserve_address: * @stream: a #GstRTSPStream + * @address: an address + * @port: a port + * @n_ports: n_ports + * @ttl: a TTL * - * Get a specific multicast address of @stream. + * Reserve @address and @port as the address and port of @stream. * - * Returns: the #GstRTSPAddress of @stream or %NULL when no address could be - * allocated. gst_rtsp_address_free() after usage. + * Returns: the #GstRTSPAddress of @stream or %NULL when the address could be + * reserved. gst_rtsp_address_free() after usage. */ GstRTSPAddress * gst_rtsp_stream_reserve_address (GstRTSPStream * stream, -- 2.7.4