summaryrefslogtreecommitdiff
path: root/gst/gstghostpad.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstghostpad.c')
-rw-r--r--gst/gstghostpad.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/gstghostpad.c b/gst/gstghostpad.c
index 4998718757..b5a62996e9 100644
--- a/gst/gstghostpad.c
+++ b/gst/gstghostpad.c
@@ -93,8 +93,8 @@ gst_proxy_pad_class_init (GstProxyPadClass * klass)
g_type_class_add_private (klass, sizeof (GstProxyPadPrivate));
- gobject_class->dispose = GST_DEBUG_FUNCPTR (gst_proxy_pad_dispose);
- gobject_class->finalize = GST_DEBUG_FUNCPTR (gst_proxy_pad_finalize);
+ gobject_class->dispose = gst_proxy_pad_dispose;
+ gobject_class->finalize = gst_proxy_pad_finalize;
#ifndef GST_DISABLE_LOADSAVE
{
@@ -528,7 +528,7 @@ gst_ghost_pad_class_init (GstGhostPadClass * klass)
g_type_class_add_private (klass, sizeof (GstGhostPadPrivate));
- gobject_class->dispose = GST_DEBUG_FUNCPTR (gst_ghost_pad_dispose);
+ gobject_class->dispose = gst_ghost_pad_dispose;
}
/* see gstghostpad design docs */