diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-05-17 05:33:35 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-05-17 05:33:35 +0100 |
commit | 21e281feea04e9586ebee2c740d1540ce525af00 (patch) | |
tree | 2d17636ed57f4819762c61664de0475b7b1ba82f | |
parent | 1f0cfd9ffbcf2f59c43d32b394f10e758f983f90 (diff) |
udpsrc: add doc blurb with since marker for new "loop" property
-rw-r--r-- | gst/udp/gstudpsrc.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index eb1aa85ed..d125def1b 100644 --- a/gst/udp/gstudpsrc.c +++ b/gst/udp/gstudpsrc.c @@ -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," |