summaryrefslogtreecommitdiff
path: root/gst/gdp/gstgdpdepay.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-10-28 00:59:35 +0000
committerTim-Philipp Müller <tim@centricular.net>2012-09-11 01:54:33 +0100
commit16e05084dfe01fb29947615d27f9773ea7399f49 (patch)
treedf97d0c5311a33aeaf8767db8df6cee05fe6cb45 /gst/gdp/gstgdpdepay.c
parent5a1492dc0b032c749976e8f3803cb90b70cc7c87 (diff)
downloadgstreamer-plugins-bad-16e05084dfe01fb29947615d27f9773ea7399f49.tar.gz
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.
Diffstat (limited to 'gst/gdp/gstgdpdepay.c')
-rw-r--r--gst/gdp/gstgdpdepay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gdp/gstgdpdepay.c b/gst/gdp/gstgdpdepay.c
index 2669967d1..88ea6c0cf 100644
--- a/gst/gdp/gstgdpdepay.c
+++ b/gst/gdp/gstgdpdepay.c
@@ -110,7 +110,7 @@ gst_gdp_depay_class_init (GstGDPDepayClass * klass)
gstelement_class->change_state =
GST_DEBUG_FUNCPTR (gst_gdp_depay_change_state);
- gobject_class->finalize = GST_DEBUG_FUNCPTR (gst_gdp_depay_finalize);
+ gobject_class->finalize = gst_gdp_depay_finalize;
}
static void