registry: Use g_build_filename() instead of g_strjoin() with /
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 8 Jul 2009 13:10:26 +0000 (15:10 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 8 Jul 2009 13:12:07 +0000 (15:12 +0200)
commit5f6bfb816ba0cf6da53c92b152d70fbd329edbc3
tree7130a045e3ce9c79bf682cb0d516a9dbd8207568
parent6b2986194bc67b6a7f3a99a27582c9eb0edaef8e
registry: Use g_build_filename() instead of g_strjoin() with /

This makes sure that the generated filenames use the platform
specific directory separator instead of /.

Fixes bug #587973.
gst/gstregistry.c