structure: more cleanups
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 11 May 2011 16:17:45 +0000 (18:17 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 11 May 2011 16:17:45 +0000 (18:17 +0200)
commit9597545d2357c7b561bcc9429014cbf9cee68398
tree04fd1ebe254e7dd3af150ebf1ec99b5704b6fd61
parenta59bc0ab027c3af97d7535dfff779c0fe5a25067
structure: more cleanups

gst_structure_get_type() -> _gst_structure_type to avoid method calls for
getting the GType that initialized at the start.
Hide some structure fields in private data so that we can change the
implementation.
Move structure equality check from caps.c to structure.c where it belongs.
gst/gst.c
gst/gst_private.h
gst/gstcaps.c
gst/gstevent.c
gst/gststructure.c
gst/gststructure.h