mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
stream: improve docs
This commit is contained in:
parent
5b6cbb4ede
commit
284a0a5cd1
1 changed files with 7 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue