diff --git a/docs/gst/running.xml b/docs/gst/running.xml index d0b5d98eaa..9b4a36bfe7 100644 --- a/docs/gst/running.xml +++ b/docs/gst/running.xml @@ -489,6 +489,31 @@ See the GLib API reference for more details. + + <envar>GST_TAG_ENCODING</envar> + +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). + + + + + <envar>GST_TAG_ID3_ENCODING</envar> + +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). + + + + + <envar>GST_TAG_ID3V1_ENCODING</envar> + +Try this character encoding first for ID3v1 tag-related strings where the +encoding does not look like UTF-8. + +