mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
stream: small documentation clarification
https://bugzilla.gnome.org/show_bug.cgi?id=766612
This commit is contained in:
parent
82a618c2e6
commit
a44f198ffc
1 changed files with 6 additions and 2 deletions
|
@ -932,7 +932,9 @@ gst_rtsp_stream_get_multicast_iface (GstRTSPStream * stream)
|
||||||
* @stream: a #GstRTSPStream
|
* @stream: a #GstRTSPStream
|
||||||
* @family: the #GSocketFamily
|
* @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
|
* Returns: (transfer full) (nullable): the #GstRTSPAddress of @stream
|
||||||
* or %NULL when no address could be allocated. gst_rtsp_address_free()
|
* or %NULL when no address could be allocated. gst_rtsp_address_free()
|
||||||
|
@ -998,7 +1000,9 @@ no_address:
|
||||||
* @n_ports: n_ports
|
* @n_ports: n_ports
|
||||||
* @ttl: a TTL
|
* @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
|
* Returns: (nullable): the #GstRTSPAddress of @stream or %NULL when
|
||||||
* the address could be reserved. gst_rtsp_address_free() after usage.
|
* the address could be reserved. gst_rtsp_address_free() after usage.
|
||||||
|
|
Loading…
Reference in a new issue