From: Sebastian Dröge Date: Fri, 15 Apr 2011 11:57:47 +0000 (+0200) Subject: queue2: Add missing ) to the ring-buffer-max-size property description X-Git-Tag: RELEASE-0.10.33~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8839c513f7fd1f5987c60e78aee177973ae3b77e;p=platform%2Fupstream%2Fgstreamer.git queue2: Add missing ) to the ring-buffer-max-size property description --- diff --git a/plugins/elements/gstqueue2.c b/plugins/elements/gstqueue2.c index 9f62488..436323c 100644 --- a/plugins/elements/gstqueue2.c +++ b/plugins/elements/gstqueue2.c @@ -368,7 +368,7 @@ gst_queue2_class_init (GstQueue2Class * klass) g_object_class_install_property (gobject_class, PROP_RING_BUFFER_MAX_SIZE, g_param_spec_uint64 ("ring-buffer-max-size", "Max. ring buffer size (bytes)", - "Max. amount of data in the ring buffer (bytes, 0 = disabled", + "Max. amount of data in the ring buffer (bytes, 0 = disabled)", 0, G_MAXUINT64, DEFAULT_RING_BUFFER_MAX_SIZE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));