mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 15:19:57 +00:00
docs: document GST_TAG_*ENCODING environment variables
https://bugzilla.gnome.org/show_bug.cgi?id=721850
This commit is contained in:
parent
eee7aa5f15
commit
b23af1f2f2
1 changed files with 25 additions and 0 deletions
|
@ -489,6 +489,31 @@ See the GLib API reference for more details.
|
|||
|
||||
</formalpara>
|
||||
|
||||
<formalpara id="GST_TAG_ENCODING">
|
||||
<title><envar>GST_TAG_ENCODING</envar></title>
|
||||
<para>
|
||||
Try this character encoding first for tag-related strings where the encoding
|
||||
is not defined and which are not UTF-8 already. By defaul the current locale
|
||||
will be tried (if not UTF-8).
|
||||
</para>
|
||||
</formalpara>
|
||||
|
||||
<formalpara id="GST_TAG_ID3_ENCODING">
|
||||
<title><envar>GST_TAG_ID3_ENCODING</envar></title>
|
||||
<para>
|
||||
Try this character encoding first for ID3 tag-related strings where the
|
||||
encoding is not defined and which are not UTF-8 already. By defaul the current
|
||||
locale will be tried (if not UTF-8).
|
||||
</para>
|
||||
</formalpara>
|
||||
|
||||
<formalpara id="GST_TAG_ID3V1_ENCODING">
|
||||
<title><envar>GST_TAG_ID3V1_ENCODING</envar></title>
|
||||
<para>
|
||||
Try this character encoding first for ID3v1 tag-related strings where the
|
||||
encoding does not look like UTF-8.
|
||||
</para>
|
||||
</formalpara>
|
||||
</refsect2>
|
||||
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue