Revert "audioencoder: Use GST_BOILERPLATE instead of custom GObject boilerplate code"
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 26 Sep 2011 14:02:51 +0000 (16:02 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 26 Sep 2011 14:02:51 +0000 (16:02 +0200)
commitf3f416004f70190449a9d9353cbb80620411e754
tree36a2fb6ab96bd1e910a91c8c4caed5793dcab411
parent4fa9749106ae8377b8091b79fe66dcb2e8bcfb7f
Revert "audioencoder: Use GST_BOILERPLATE instead of custom GObject boilerplate code"

This reverts commit 11e375486e07cfa0686a97b5cf6110909b3a828c.

GST_BOILERPLATE() can't define an abstract type and
G_DEFINE_ABSTRACT_TYPE() does not pass the class struct to
the instance_init function and there's no way to get the
class struct of the current type in instance_init().
gst-libs/gst/audio/gstaudioencoder.c