summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2016-07-20 23:05:09 -0400
committerSebastian Dröge <sebastian@centricular.com>2016-09-05 13:25:57 +0300
commita44f198ffc2363aa58da36d8884d30358bd3d1ea (patch)
tree2978c2655a24e9820c01ee1032942877ab7cfa1b /gst
parent82a618c2e6a8297b573cf3dfba0a32010784f594 (diff)
stream: small documentation clarification
https://bugzilla.gnome.org/show_bug.cgi?id=766612
Diffstat (limited to 'gst')
-rw-r--r--gst/rtsp-server/rtsp-stream.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/gst/rtsp-server/rtsp-stream.c b/gst/rtsp-server/rtsp-stream.c
index 081fc14..33242a4 100644
--- a/gst/rtsp-server/rtsp-stream.c
+++ b/gst/rtsp-server/rtsp-stream.c
@@ -932,7 +932,9 @@ gst_rtsp_stream_get_multicast_iface (GstRTSPStream * stream)
* @stream: a #GstRTSPStream
* @family: the #GSocketFamily
*
- * Get the multicast address of @stream for @family.
+ * Get the multicast address of @stream for @family. The original
+ * #GstRTSPAddress is cached and copy is returned, so freeing the return value
+ * won't release the address from the pool.
*
* Returns: (transfer full) (nullable): the #GstRTSPAddress of @stream
* or %NULL when no address could be allocated. gst_rtsp_address_free()
@@ -998,7 +1000,9 @@ no_address:
* @n_ports: n_ports
* @ttl: a TTL
*
- * Reserve @address and @port as the address and port of @stream.
+ * Reserve @address and @port as the address and port of @stream. The original
+ * #GstRTSPAddress is cached and copy is returned, so freeing the return value
+ * won't release the address from the pool.
*
* Returns: (nullable): the #GstRTSPAddress of @stream or %NULL when
* the address could be reserved. gst_rtsp_address_free() after usage.