gst: Fix doc comments

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/883>
This commit is contained in:
Dmitry Samoylov 2020-12-24 00:40:33 +07:00 committed by Tim-Philipp Müller
parent 248b57499a
commit 0b7c8ea661

View 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
*