gst: Fix doc comments
authorDmitry Samoylov <dmitry.samoylov@quantumsoft.ru>
Wed, 23 Dec 2020 17:40:33 +0000 (00:40 +0700)
committerDmitry Samoylov <dmitry.samoylov@quantumsoft.ru>
Wed, 23 Dec 2020 17:40:33 +0000 (00:40 +0700)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/725>

gst/gstvalue.c

index 8b67a3bee3cf51e46c4eb05ac5600fc71dd0ef32..e4edab96dd12dd840bc063bb9ad951b703e1c1c5 100644 (file)
@@ -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
  *