udpsrc: add doc blurb with since marker for new "loop" property
authorTim-Philipp Müller <tim@centricular.com>
Tue, 17 May 2016 04:33:35 +0000 (05:33 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 17 May 2016 04:33:35 +0000 (05:33 +0100)
gst/udp/gstudpsrc.c

index eb1aa85..d125def 100644 (file)
@@ -270,6 +270,13 @@ gst_udpsrc_class_init (GstUDPSrcClass * klass)
           "Address to receive packets for. This is equivalent to the "
           "multicast-group property for now", UDP_DEFAULT_MULTICAST_GROUP,
           G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+  /**
+   * GstUDPSrc::loop:
+   *
+   * Can be used to disable multicast loopback.
+   *
+   * Since: 1.10
+   */
   g_object_class_install_property (gobject_class, PROP_LOOP,
       g_param_spec_boolean ("loop", "Multicast Loopback",
           "Used for setting the multicast loop parameter. TRUE = enable,"