diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-05-18 18:32:57 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-05-18 18:35:27 +0100 |
commit | 0686174f19a99ee793108e0e365dc11ac3636054 (patch) | |
tree | 169439d144567e8a907163609adc07f38df61633 | |
parent | a6c4763b422d120a006a31f7de356f379cbeaa04 (diff) |
udpsrc: fix Since version for new "loop" property
-rw-r--r-- | gst/udp/gstudpsrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index d125def1b..ac57770ce 100644 --- a/gst/udp/gstudpsrc.c +++ b/gst/udp/gstudpsrc.c @@ -275,7 +275,7 @@ gst_udpsrc_class_init (GstUDPSrcClass * klass) * * Can be used to disable multicast loopback. * - * Since: 1.10 + * Since: 1.8 */ g_object_class_install_property (gobject_class, PROP_LOOP, g_param_spec_boolean ("loop", "Multicast Loopback", |