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.muller@collabora.co.uk>
Wed, 28 Oct 2009 00:59:35 +0000 (00:59 +0000)
commit6f4c1ac58341ee189225d313ddfe9ae24a65c88c
treeeeeec0c53cde842aeb05d9e123f495ee62dbb63c
parent7065c7a02dbd26f214c1c3efe8a8c5ad961bf971
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.
23 files changed:
ext/alsa/gstalsasink.c
ext/alsa/gstalsasrc.c
gst-libs/gst/audio/gstaudiosink.c
gst-libs/gst/audio/gstaudiosrc.c
gst-libs/gst/audio/gstbaseaudiosink.c
gst-libs/gst/audio/gstbaseaudiosrc.c
gst-libs/gst/audio/gstringbuffer.c
gst-libs/gst/rtp/gstbasertpaudiopayload.c
gst/adder/gstadder.c
gst/ffmpegcolorspace/gstffmpegcolorspace.c
gst/gdp/gstgdpdepay.c
gst/gdp/gstgdppay.c
gst/playback/gstdecodebin.c
gst/playback/gstdecodebin2.c
gst/playback/gstinputselector.c
gst/playback/gstplaybasebin.c
gst/playback/gstplaybin.c
gst/playback/gstplaybin2.c
gst/playback/gstplaysink.c
gst/playback/gstqueue2.c
gst/playback/gststreaminfo.c
gst/playback/gststreamselector.c
gst/subparse/gstssaparse.c