diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-02-09 16:53:55 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-02-09 16:53:55 +0000 |
commit | b23af1f2f21622aa0254701b4837e3801c29683f (patch) | |
tree | 419b2f50366907656f4f97d8c182d566344f8edd /docs | |
parent | eee7aa5f15550fe9510e343956d85a8fd0328799 (diff) |
docs: document GST_TAG_*ENCODING environment variables
https://bugzilla.gnome.org/show_bug.cgi?id=721850
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gst/running.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/gst/running.xml b/docs/gst/running.xml index d0b5d98ea..9b4a36bfe 100644 --- a/docs/gst/running.xml +++ b/docs/gst/running.xml @@ -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> |