Gstreamer displays error in french, how to change it to english

Tim Müller tim at centricular.com
Wed Sep 20 11:25:47 UTC 2017


On Wed, 2017-09-20 at 03:37 -0700, Arvin6 wrote:

Hi,

> $ gst-launch-1.0 videotestsrc ! videoconvert ! autovideosink
> 
> D?finition du pipeline ? PAUSED...

It uses whatever it thinks the language is per your current locale
settings.

You can try this:

 $ LANG=C gst-launch-1.0 ...

 $ LANG=en_GB gst-launch-1.0 ..

or such.

Cheers
 -Tim

-- 
Tim Müller, Centricular Ltd - http://www.centricular.com

Join us at the GStreamer Conference!
21-22 October 2017 in Prague, Czech Republic
http://gstreamer.freedesktop.org/conference/


More information about the gstreamer-devel mailing list