From 62cc0cade7f4d2494c0a1de9c86f8c449d1de5d4 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Wed, 11 Apr 2012 21:45:26 +0200 Subject: [PATCH] tcp: update property documentation to reference correct property --- gst/tcp/gstmultihandlesink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/tcp/gstmultihandlesink.c b/gst/tcp/gstmultihandlesink.c index f83130d94a..b9e109711e 100644 --- a/gst/tcp/gstmultihandlesink.c +++ b/gst/tcp/gstmultihandlesink.c @@ -416,7 +416,7 @@ gst_multi_handle_sink_class_init (GstMultiHandleSinkClass * klass) G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); g_object_class_install_property (gobject_class, PROP_BURST_VALUE, g_param_spec_uint64 ("burst-value", "Burst value", - "The amount of burst expressed in burst-unit", 0, G_MAXUINT64, + "The amount of burst expressed in burst-format", 0, G_MAXUINT64, DEFAULT_BURST_VALUE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); g_object_class_install_property (gobject_class, PROP_QOS_DSCP,