input-selector: Remove GST_DEBUG_FUNCPTR where they're pointless
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 3 Nov 2009 17:11:13 +0000 (18:11 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 31 Dec 2010 00:53:58 +0000 (00:53 +0000)
commit13cf296cb0240aa5b477844fc959e391397518c5
treef47324649ae47f51baeb42bdb292bb3084e6952a
parent11dc5f63cb9b9d668ac55d25f7be074e34be8398
input-selector: 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.

Merged from gst-plugins-base, 6f4c1ac58341ee189225d313ddfe9ae24a65c88c.
plugins/elements/gstinputselector.c