summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Samoylov <dmitry.samoylov@quantumsoft.ru>2020-12-24 00:40:33 +0700
committerTim-Philipp Müller <tim@centricular.com>2021-09-08 16:29:09 +0100
commit0b7c8ea66169caa7e263aeb0819254729e9245ef (patch)
tree833a2054f21e53192666d88afa370731658e1637
parent248b57499a7656be794af58cffdec44cfe5c6e49 (diff)
downloadgstreamer-0b7c8ea66169caa7e263aeb0819254729e9245ef.tar.gz
gst: Fix doc comments
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/883>
-rw-r--r--gst/gstvalue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstvalue.c b/gst/gstvalue.c
index 253fe927b3..3422813004 100644
--- a/gst/gstvalue.c
+++ b/gst/gstvalue.c
@@ -294,7 +294,7 @@ _gst_value_list_init (GValue * value, guint prealloc)
* @value: A zero-filled (uninitialized) #GValue structure
* @prealloc: The number of entries to pre-allocate in the list
*
- * Initializes and pre-allocates a #GValue of type #GST_VALUE_LIST.
+ * Initializes and pre-allocates a #GValue of type #GST_TYPE_LIST.
*
* Returns: (transfer none): The #GValue structure that has been passed in
*
@@ -325,7 +325,7 @@ _gst_value_array_init (GValue * value, guint prealloc)
* @value: A zero-filled (uninitialized) #GValue structure
* @prealloc: The number of entries to pre-allocate in the array
*
- * Initializes and pre-allocates a #GValue of type #GST_VALUE_ARRAY.
+ * Initializes and pre-allocates a #GValue of type #GST_TYPE_ARRAY.
*
* Returns: (transfer none): The #GValue structure that has been passed in
*