gst/gstghostpad.h (GstProxyPad, GstProxyPadClass, GstGhostPad)
authorAndy Wingo <wingo@pobox.com>
Wed, 8 Oct 2008 10:12:45 +0000 (10:12 +0000)
committerAndy Wingo <wingo@pobox.com>
Wed, 8 Oct 2008 10:12:45 +0000 (10:12 +0000)
commit9640db9fe2db5c0cf8b971d840ff5c6c58ec49d6
tree64c49d51dae09c4f559f42ab52b45100e1ada001
parent2d2a55a2a4b8845d1b0d06588d734509314d25ab
gst/gstghostpad.h (GstProxyPad, GstProxyPadClass, GstGhostPad)

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

* gst/gstghostpad.h (GstProxyPad, GstProxyPadClass, GstGhostPad)
(GstGhostPadClass): Publically expose these structures so as to
allow easy subclassing from C. Hide the member data behind a
private opaque data pointer.

* gst/gstghostpad.c: Adapt to store instance data in the type
instance's private data region, not in the public struct.
ChangeLog
gst/gstghostpad.c
gst/gstghostpad.h