docs: clarify encoding of strings in GstStructures and taglists
authorStewart Brodie <stewart@eh.org>
Fri, 6 Dec 2013 20:50:19 +0000 (20:50 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 6 Dec 2013 20:50:19 +0000 (20:50 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=709262

gst/gststructure.c
gst/gsttaglist.c

index 6f7f6097dae7a42c721a43d0635bc9148dc31727..7f91a5b45784304c8c48588f252697186f7812fb 100644 (file)
@@ -51,7 +51,7 @@
  * gst_structure_remove_fields().
  *
  * Strings in structures must be ASCII or UTF-8 encoded. Other encodings are
- * not allowed. Strings must not be empty either, but may be NULL.
+ * not allowed. Strings may be NULL however.
  *
  * Be aware that the current #GstCaps / #GstStructure serialization into string
  * has limited support for nested #GstCaps / #GstStructure fields. It can only
index 5cff28d537cd75cfb448df60352e4a30dc1dad7f..ed837ed131d4fd15cbe0548a11116d62b468e658 100644 (file)
@@ -25,9 +25,8 @@
  *
  * List of tags and values used to describe media metadata.
  *
- * Strings must be in ASCII or UTF-8 encoding. No other encodings are allowed.
- *
- * Last reviewed on 2009-06-09 (0.10.23)
+ * Strings in structures must be ASCII or UTF-8 encoded. Other encodings are
+ * not allowed. Strings must not be empty or NULL.
  */
 
 #ifdef HAVE_CONFIG_H