miniobjects: pass copy, dispose and free function to gst_mini_object_init()
authorTim-Philipp Müller <tim@centricular.net>
Sat, 23 Jun 2012 18:56:12 +0000 (19:56 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 23 Jun 2012 19:02:02 +0000 (20:02 +0100)
commit1be934f0ddac980437d800f4f5b79e3d5c91eafa
treec39303d73a25528d631edb8d19b89990cc18d521
parent8973bca63c7a0074929ef765a292e15decc488fb
miniobjects: pass copy, dispose and free function to gst_mini_object_init()

So mini objects don't have to poke into the GstMiniObject part
of the structure. Saves lines of code, and seems slightly cleaner.
We don't have proper OO hierarchies or methods here after all.
gst/gstbuffer.c
gst/gstbufferlist.c
gst/gstcaps.c
gst/gstevent.c
gst/gstmemory.c
gst/gstmessage.c
gst/gstminiobject.c
gst/gstminiobject.h
gst/gstquery.c
gst/gstsample.c
gst/gsttaglist.c