summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-05-18 18:32:57 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-05-18 18:35:27 +0100
commit0686174f19a99ee793108e0e365dc11ac3636054 (patch)
tree169439d144567e8a907163609adc07f38df61633
parenta6c4763b422d120a006a31f7de356f379cbeaa04 (diff)
udpsrc: fix Since version for new "loop" property
-rw-r--r--gst/udp/gstudpsrc.c2
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",