plugins: Make *_get_type() in plugins/* thread safe
authorShixin Zeng <zeng.shixin@gmail.com>
Tue, 20 Jul 2010 14:23:54 +0000 (09:23 -0500)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 6 Aug 2010 17:30:51 +0000 (19:30 +0200)
commitcfefcc7183144c9e03f6051e5ba303c73aa33873
tree7cbc3d9e158588b7527ef327b627c218792c1d74
parent27bebf745665178b36ec684d0c7ccd2561e2d59b
plugins: Make *_get_type() in plugins/* thread safe

It's not really needed here but using G_DEFINE_TYPE() reduces
some copy&paste boilerplate code.
plugins/elements/gstfilesrc.c
plugins/indexers/gstfileindex.c
plugins/indexers/gstmemindex.c