Use g_strerror() instead of strerror() - we want UTF-8.
authorTim-Philipp Müller <tim@centricular.net>
Mon, 6 Nov 2006 17:53:24 +0000 (17:53 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 6 Nov 2006 17:53:24 +0000 (17:53 +0000)
commitbf22daa43718e858e6c8a1c32f48fa59f9e518bc
tree9016ec29dce419ef1ef8855a0ce97abf6595852d
parentf2d78a7a87fe1748118078fc31b5be807df944b5
Use g_strerror() instead of strerror() - we want UTF-8.

Original commit message from CVS:
* gst/gstplugin.c: (gst_plugin_load_file):
* plugins/elements/gstfilesrc.c: (gst_mmap_buffer_finalize),
(gst_file_src_map_region), (gst_file_src_start):
* plugins/indexers/gstfileindex.c: (gst_file_index_load),
(gst_file_index_commit):
Use g_strerror() instead of strerror() - we want UTF-8.
ChangeLog
gst/gstplugin.c
plugins/elements/gstfilesrc.c
plugins/indexers/gstfileindex.c