queue2: Add missing ) to the ring-buffer-max-size property description
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 15 Apr 2011 11:57:47 +0000 (13:57 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 15 Apr 2011 11:59:02 +0000 (13:59 +0200)
plugins/elements/gstqueue2.c

index 9f62488..436323c 100644 (file)
@@ -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));