ringbuffer: Use G_DEFINE_ABSTRACT_TYPE instead of manual GObject boilerplate code
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 23 Sep 2010 21:57:50 +0000 (23:57 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 23 Sep 2010 21:58:50 +0000 (23:58 +0200)
commit550d59354f149a4c3bcaf4ffa567609a6ba1c909
tree521d4c8127a23fea7114ff961879f5a59056fbf0
parent10f0319d6293b0f4dcbd39771cc6fab85c54fad8
ringbuffer: Use G_DEFINE_ABSTRACT_TYPE instead of manual GObject boilerplate code

This also makes the _get_type() function threadsafe.

Fixes bug #630440.
gst-libs/gst/audio/gstringbuffer.c