Remove GST_DEBUG_FUNCPTR where they're pointless
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 28 Oct 2009 00:29:30 +0000 (00:29 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 28 Oct 2009 00:44:24 +0000 (00:44 +0000)
commitdaecaf0e8af9234155646ed07c7269f3379b72f7
treebc346cf8cb6e71fc1f128c3b5bab26778406e5aa
parentff7d9470b75e2f6743f5d716caa970f5d743b198
Remove GST_DEBUG_FUNCPTR where they're pointless

There's not much point in using GST_DEBUG_FUNCPTR with GObject
virtual functions such as get_property, set_propery, finalize and
dispose, since they'll never be used by anyone anyway. Saves a
few bytes and possibly a tenth of a polar bear.
31 files changed:
gst/gstbin.c
gst/gstbus.c
gst/gstclock.c
gst/gstelement.c
gst/gstelementfactory.c
gst/gstghostpad.c
gst/gstindex.c
gst/gstindexfactory.c
gst/gstobject.c
gst/gstpad.c
gst/gstpipeline.c
gst/gstplugin.c
gst/gstpluginfeature.c
gst/gstregistry.c
gst/gsttask.c
gst/gsttaskpool.c
gst/gstxml.c
libs/gst/base/gstbasesink.c
libs/gst/base/gstbasesrc.c
libs/gst/base/gstbasetransform.c
libs/gst/base/gstcollectpads.c
libs/gst/base/gstdataqueue.c
plugins/elements/gstfakesink.c
plugins/elements/gstfakesrc.c
plugins/elements/gstfilesrc.c
plugins/elements/gstidentity.c
plugins/elements/gstmultiqueue.c
plugins/elements/gstqueue.c
plugins/elements/gsttee.c
plugins/elements/gsttypefindelement.c
plugins/indexers/gstmemindex.c