ext/: - a library should not call setlocale. see Libraries node in gettext manual
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 27 Jan 2006 01:06:29 +0000 (01:06 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 27 Jan 2006 01:06:29 +0000 (01:06 +0000)
commit4f10b0983da132368b641c4ef4cb012413959958
treee3a25a9a9c7d0da25dd41687215759a86ccab6b3
parent4e84080336308a503fc8a6fea3577d13c2f75388
ext/: - a library should not call setlocale. see Libraries node in gettext manual

Original commit message from CVS:

* ext/alsa/gstalsaplugin.c: (plugin_init):
* ext/cdparanoia/gstcdparanoiasrc.c:
(gst_cd_paranoia_src_base_init), (plugin_init):
* ext/gnomevfs/gstgnomevfs.c: (plugin_init):
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
- a library should not call setlocale. see Libraries node in
gettext manual
- make sure all plugins that use translation do bindtextdomain
to point to the localedir
* gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
(setup_sinks), (plugin_init):
all this, and check for NULL when creating sinks
ChangeLog
ext/alsa/gstalsaplugin.c
ext/cdparanoia/gstcdparanoiasrc.c
ext/gnomevfs/gstgnomevfs.c
ext/ogg/gstoggdemux.c
gst/playback/gstplaybin.c