mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
rtsp-server: Hint that set_multicast_iface expects the name of the interface
To prevent any possibly confusion with IPs or anything else. https://bugzilla.gnome.org/show_bug.cgi?id=771530
This commit is contained in:
parent
800bed8c9c
commit
34389831cb
3 changed files with 3 additions and 3 deletions
|
@ -804,7 +804,7 @@ gst_rtsp_media_factory_get_address_pool (GstRTSPMediaFactory * factory)
|
|||
/**
|
||||
* gst_rtsp_media_factory_set_multicast_iface:
|
||||
* @media_factory: a #GstRTSPMediaFactory
|
||||
* @multicast_iface: (transfer none): a multicast interface
|
||||
* @multicast_iface: (transfer none): a multicast interface name
|
||||
*
|
||||
* configure @multicast_iface to be used for @media_factory.
|
||||
*/
|
||||
|
|
|
@ -1579,7 +1579,7 @@ gst_rtsp_media_get_address_pool (GstRTSPMedia * media)
|
|||
/**
|
||||
* gst_rtsp_media_set_multicast_iface:
|
||||
* @media: a #GstRTSPMedia
|
||||
* @multicast_iface: (transfer none): a multicast interface
|
||||
* @multicast_iface: (transfer none): a multicast interface name
|
||||
*
|
||||
* configure @multicast_iface to be used for @media.
|
||||
*/
|
||||
|
|
|
@ -857,7 +857,7 @@ gst_rtsp_stream_get_address_pool (GstRTSPStream * stream)
|
|||
/**
|
||||
* gst_rtsp_stream_set_multicast_iface:
|
||||
* @stream: a #GstRTSPStream
|
||||
* @multicast_iface: (transfer none): a multicast interface
|
||||
* @multicast_iface: (transfer none): a multicast interface name
|
||||
*
|
||||
* configure @multicast_iface to be used for @stream.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue