rtsp-server: Hint that set_multicast_iface expects the name of the interface
authorIan Jamison <ian.dev@arkver.com>
Sat, 17 Sep 2016 12:17:19 +0000 (13:17 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 18 Sep 2016 14:00:29 +0000 (10:00 -0400)
To prevent any possibly confusion with IPs or anything else.

https://bugzilla.gnome.org/show_bug.cgi?id=771530

gst/rtsp-server/rtsp-media-factory.c
gst/rtsp-server/rtsp-media.c
gst/rtsp-server/rtsp-stream.c

index 5569f62..09e5160 100644 (file)
@@ -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.
  */
index c17e85a..349311a 100644 (file)
@@ -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.
  */
index 2d3997c..9125314 100644 (file)
@@ -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.
  */