mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
docs: clarify encoding of strings in GstStructures and taglists
https://bugzilla.gnome.org/show_bug.cgi?id=709262
This commit is contained in:
parent
68697682ce
commit
e7f514efbc
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue