Remove GST_DEBUG_FUNCPTR where they're pointless
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 28 Oct 2009 00:59:35 +0000 (00:59 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 11 Sep 2012 00:54:33 +0000 (01:54 +0100)
commit16e05084dfe01fb29947615d27f9773ea7399f49
treedf97d0c5311a33aeaf8767db8df6cee05fe6cb45
parent5a1492dc0b032c749976e8f3803cb90b70cc7c87
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 sixteenth of a polar bear.
gst/gdp/gstgdpdepay.c
gst/gdp/gstgdppay.c