summaryrefslogtreecommitdiffstats
path: root/gst/rtpmux/gstrtpdtmfmux.c
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-04-15 13:23:01 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-04-15 13:23:01 -0400
commitd8ba5624ce2320639311600b486bf83f40d534de (patch)
tree20f172d6089c5acfbee5c7386bb19d6a1301a3a2 /gst/rtpmux/gstrtpdtmfmux.c
parent66fca81e23a63919255d7ca71b601a5dfeff4ea3 (diff)
downloadgst-plugins-bad-d8ba5624ce2320639311600b486bf83f40d534de.tar.gz
gst-plugins-bad-d8ba5624ce2320639311600b486bf83f40d534de.tar.bz2
gst-plugins-bad-d8ba5624ce2320639311600b486bf83f40d534de.zip
rtpmux: Add GST_DEBUG_FUNCPTRs
Diffstat (limited to 'gst/rtpmux/gstrtpdtmfmux.c')
-rw-r--r--gst/rtpmux/gstrtpdtmfmux.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/gst/rtpmux/gstrtpdtmfmux.c b/gst/rtpmux/gstrtpdtmfmux.c
index da10130c..409375b7 100644
--- a/gst/rtpmux/gstrtpdtmfmux.c
+++ b/gst/rtpmux/gstrtpdtmfmux.c
@@ -153,10 +153,11 @@ gst_rtp_dtmf_mux_class_init (GstRTPDTMFMuxClass * klass)
G_STRUCT_OFFSET (GstRTPDTMFMuxClass, unlocked), NULL, NULL,
gst_marshal_VOID__OBJECT, G_TYPE_NONE, 1, GST_TYPE_PAD);
- gobject_class->dispose = gst_rtp_dtmf_mux_dispose;
- gstelement_class->release_pad = gst_rtp_mux_release_pad;
- gstrtpmux_class->chain_func = gst_rtp_dtmf_mux_chain;
- gstrtpmux_class->sink_event_func = gst_rtp_dtmf_mux_sink_event;
+ gobject_class->dispose = GST_DEBUG_FUNCPTR (gst_rtp_dtmf_mux_dispose);
+ gstelement_class->release_pad = GST_DEBUG_FUNCPTR (gst_rtp_mux_release_pad);
+ gstrtpmux_class->chain_func = GST_DEBUG_FUNCPTR (gst_rtp_dtmf_mux_chain);
+ gstrtpmux_class->sink_event_func =
+ GST_DEBUG_FUNCPTR (gst_rtp_dtmf_mux_sink_event);
}
static void