gst/gstutils.h (GST_BOILERPLATE_FULL): Prototype instance_init as having two argument...
authorAndy Wingo <wingo@pobox.com>
Sun, 28 Aug 2005 17:45:58 +0000 (17:45 +0000)
committerAndy Wingo <wingo@pobox.com>
Sun, 28 Aug 2005 17:45:58 +0000 (17:45 +0000)
commit944491ab452d38cd86c8a12da058dcebcd0c491f
tree5fa109f86183d6c32340b0b2736b30fe2f51e64e
parentc73b03243ac5c823f2769e54f610cdee4454d5e4
gst/gstutils.h (GST_BOILERPLATE_FULL): Prototype instance_init as having two arguments instead of just one. Allows su...

Original commit message from CVS:
2005-08-28  Andy Wingo  <wingo@pobox.com>

* gst/gstutils.h (GST_BOILERPLATE_FULL): Prototype instance_init
as having two arguments instead of just one. Allows superclasses
to access information on subclasses -- see the terrible for() loop
in gtype.c:g_type_create_instance for the reason why. All callers
changed.
22 files changed:
ChangeLog
gst/base/gstadapter.c
gst/elements/gstbufferstore.c
gst/elements/gstcapsfilter.c
gst/elements/gstfakesink.c
gst/elements/gstfakesrc.c
gst/elements/gstfilesink.c
gst/elements/gstfilesrc.c
gst/elements/gstidentity.c
gst/elements/gsttee.c
gst/elements/gsttypefindelement.c
gst/gstutils.h
libs/gst/base/gstadapter.c
plugins/elements/gstbufferstore.c
plugins/elements/gstcapsfilter.c
plugins/elements/gstfakesink.c
plugins/elements/gstfakesrc.c
plugins/elements/gstfilesink.c
plugins/elements/gstfilesrc.c
plugins/elements/gstidentity.c
plugins/elements/gsttee.c
plugins/elements/gsttypefindelement.c