mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-12 09:15:29 +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:
|
* gst_rtsp_stream_reserve_address:
|
||||||
* @stream: a #GstRTSPStream
|
* @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
|
* Returns: the #GstRTSPAddress of @stream or %NULL when the address could be
|
||||||
* allocated. gst_rtsp_address_free() after usage.
|
* reserved. gst_rtsp_address_free() after usage.
|
||||||
*/
|
*/
|
||||||
GstRTSPAddress *
|
GstRTSPAddress *
|
||||||
gst_rtsp_stream_reserve_address (GstRTSPStream * stream,
|
gst_rtsp_stream_reserve_address (GstRTSPStream * stream,
|
||||||
|
|
Loading…
Reference in a new issue