summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-02-11 14:10:02 +0200
committerStefan Kost <ensonic@users.sf.net>2010-02-12 14:21:11 +0200
commitd0f2b5a1cb932c40e13f4ee9c41106b8891dee70 (patch)
treef9367dfa1d96d852c4cbbc1bb8c8f45d428417fb
parentb330e9aedc8328796f415fcceedbe06664e15a59 (diff)
tags: improve docs about determining the encoding
-rw-r--r--gst-libs/gst/tag/tags.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/tag/tags.c b/gst-libs/gst/tag/tags.c
index 252ec987..448c698c 100644
--- a/gst-libs/gst/tag/tags.c
+++ b/gst-libs/gst/tag/tags.c
@@ -250,6 +250,7 @@ gst_tag_parse_extended_comment (const gchar * ext_comment, gchar ** key,
*
* Convenience function to read a string with unknown character encoding. If
* the string is already in UTF-8 encoding, it will be returned right away.
+ * If not it tries to detect byte-order-mark for UTF-16/32 cases and use that.
* Otherwise, the environment will be searched for a number of environment
* variables (whose names are specified in the NULL-terminated string array
* @env_vars) containing a list of character encodings to try/use. If none