GStreamer & setlocale

Stefan Sauer ensonic at hora-obscura.de
Thu Sep 29 06:25:48 PDT 2011


On 09/17/11 15:46, Andy Robinson wrote:
> Hello,
>
> I'm finding that GStreamer calls setlocale in gst_init_check and I
> suspect in other places too.
>
> My question is:
>
> 1) Can this be prevented, can I tell GStreamer not to setlocale? (or
> at least to restore it after changing it)
>
> Or failing that...
>
> 2) Is there a list somewhere of which GStreamer functions setlocale,
> so I can restore it myself after calling them?

It is only in gst_init() (and the g_option variant). This is pretty
normal and you can prevent it my building gstreamer with --disable-nls

Stefan

>
> I'll be grateful for any assistance.
>
> Regards,
> Andy Robinson, Seventh String Software, www.seventhstring.com
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list