summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-06-11 16:45:53 +0200
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-06-11 16:52:55 +0200
commit40760117b1be907b5d0f3f43862ac1ec0a8b67f3 (patch)
tree83374cbc6ca0aad21919b277add79060f2ff06d9 /gst/mpegtsmux
parentbef06e8c8dbd3c6131a6380a4ea3dc5932d260b1 (diff)
downloadgstreamer-plugins-bad-40760117b1be907b5d0f3f43862ac1ec0a8b67f3.tar.gz
mpegtsmux: sprinkle some more debug catering
Diffstat (limited to 'gst/mpegtsmux')
-rw-r--r--gst/mpegtsmux/mpegtsmux.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gst/mpegtsmux/mpegtsmux.c b/gst/mpegtsmux/mpegtsmux.c
index d6190735c..af2117a46 100644
--- a/gst/mpegtsmux/mpegtsmux.c
+++ b/gst/mpegtsmux/mpegtsmux.c
@@ -213,9 +213,10 @@ mpegtsmux_class_init (MpegTsMuxClass * klass)
gobject_class->get_property = GST_DEBUG_FUNCPTR (gst_mpegtsmux_get_property);
gobject_class->dispose = mpegtsmux_dispose;
- gstelement_class->request_new_pad = mpegtsmux_request_new_pad;
- gstelement_class->release_pad = mpegtsmux_release_pad;
- gstelement_class->change_state = mpegtsmux_change_state;
+ gstelement_class->request_new_pad =
+ GST_DEBUG_FUNCPTR (mpegtsmux_request_new_pad);
+ gstelement_class->release_pad = GST_DEBUG_FUNCPTR (mpegtsmux_release_pad);
+ gstelement_class->change_state = GST_DEBUG_FUNCPTR (mpegtsmux_change_state);
gstelement_class->set_index = GST_DEBUG_FUNCPTR (mpegtsmux_set_index);
gstelement_class->get_index = GST_DEBUG_FUNCPTR (mpegtsmux_get_index);