gst: make _get_type() in gst/* thread safe
authorShixin Zeng <zeng.shixin@gmail.com>
Tue, 20 Jul 2010 14:23:11 +0000 (09:23 -0500)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 6 Aug 2010 17:35:59 +0000 (19:35 +0200)
commitd41997040b0d17a579962ae6850e490cb8203503
treecd7b02b8e5c9eb952c26ed486d8e412d52daed3a
parent98da78ed2a4d340d64724dbf671e42d5bc893ec7
gst: make _get_type() in gst/* thread safe

This is not really necessary here because everything is
initialized from gst_init() already but using G_DEFINE_TYPE()
removes some copy&paste boilerplate code.
gst/gstbufferlist.c
gst/gstminiobject.c
gst/gstvalue.c