Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gstreamer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2021-06-22 14:02:41 +0300
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2021-06-22 14:02:41 +0300
commit9be63d2ca38a794be022be7c7ff836acb03cbd2d (patch)
treecdc4987c40d615d96541c78b5d57d8cad4934e9f
parentd157b23fb0ce175b167611a4cb019599d9017042 (diff)
Fix GI annotations.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/840>
-rw-r--r--gst/gstpreset.c4
-rw-r--r--gst/gstregistry.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/gst/gstpreset.c b/gst/gstpreset.c
index bcbce2a223..ed25b5bd08 100644
--- a/gst/gstpreset.c
+++ b/gst/gstpreset.c
@@ -1054,7 +1054,7 @@ no_presets:
*
* Get a copy of preset names as a %NULL terminated string array.
*
- * Returns: (transfer full) (array zero-terminated=1) (element-type gchar*):
+ * Returns: (transfer full) (array zero-terminated=1) (element-type utf8):
* list with names, use g_strfreev() after usage.
*/
gchar **
@@ -1071,7 +1071,7 @@ gst_preset_get_preset_names (GstPreset * preset)
*
* Get a the names of the GObject properties that can be used for presets.
*
- * Returns: (transfer full) (array zero-terminated=1) (element-type gchar*): an
+ * Returns: (transfer full) (array zero-terminated=1) (element-type utf8): an
* array of property names which should be freed with g_strfreev() after use.
*/
gchar **
diff --git a/gst/gstregistry.c b/gst/gstregistry.c
index 9b61cef564..2e09033e4c 100644
--- a/gst/gstregistry.c
+++ b/gst/gstregistry.c
@@ -393,8 +393,8 @@ was_added:
*
* Get the list of paths for the given registry.
*
- * Returns: (transfer container) (element-type char*): A #GList of paths as
- * strings. g_list_free after use.
+ * Returns: (transfer container) (element-type filename): A #GList of
+ * paths as strings. g_list_free after use.
*
* MT safe.
*/