From 083a6e749068aedb13d828ee163abeba928667d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 18 Dec 2007 12:03:18 +0000 Subject: [PATCH] gst/gsttaglist.c: Small docs addition: mention that the strings returned by gst_tag_list_get_string*() are in UTF-8 e... Original commit message from CVS: * gst/gsttaglist.c: Small docs addition: mention that the strings returned by gst_tag_list_get_string*() are in UTF-8 encoding. --- ChangeLog | 6 ++++++ common | 2 +- gst/gsttaglist.c | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7de209c4e7..a9d9a87f1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-12-18 Tim-Philipp Müller + + * gst/gsttaglist.c: + Small docs addition: mention that the strings returned by + gst_tag_list_get_string*() are in UTF-8 encoding. + 2007-12-17 Tim-Philipp Müller * Makefile.am: diff --git a/common b/common index 208ef72f86..67b8f4e3c5 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 208ef72f86e944e6ba6941c68e57ffcea8d2a8f4 +Subproject commit 67b8f4e3c576945f4d778c9040876af3a5a0756e diff --git a/gst/gsttaglist.c b/gst/gsttaglist.c index eec088f232..94c3793f8b 100644 --- a/gst/gsttaglist.c +++ b/gst/gsttaglist.c @@ -1353,8 +1353,8 @@ TAG_MERGE_FUNCS (pointer, gpointer) * Use gst_tag_list_get_string_index (list, tag, 0, value) if you want * to retrieve the first string associated with this tag unmodified. * - * The resulting string in @value should be freed by the caller using g_free - * when no longer needed + * The resulting string in @value will be in UTF-8 encoding and should be + * freed by the caller using g_free when no longer needed. * * Returns: TRUE, if a value was copied, FALSE if the tag didn't exist in the * given list. @@ -1369,8 +1369,8 @@ TAG_MERGE_FUNCS (pointer, gpointer) * Gets the value that is at the given index for the given tag in the given * list. * - * The resulting string in @value should be freed by the caller using g_free - * when no longer needed + * The resulting string in @value will be in UTF-8 encoding and should be + * freed by the caller using g_free when no longer needed. * * Returns: TRUE, if a value was copied, FALSE if the tag didn't exist in the * given list.