summaryrefslogtreecommitdiffstats
path: root/gst/videomixer/videomixer.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2006-03-24 17:11:56 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2006-03-24 17:11:56 +0000
commit24461755be62dd6becdf743a373e60942622a3e1 (patch)
treea6217867ca1f1eef6b3b843ba1b1982edf895d93 /gst/videomixer/videomixer.c
parentf53ce6baa7e540d40761efed5a085d03b3b66f6d (diff)
gst/: use DEBUG_FUNCPTR for collectpads
Original commit message from CVS: * gst/matroska/matroska-mux.c: (gst_matroska_mux_init): * gst/multipart/multipartmux.c: (gst_multipart_mux_init): * gst/smpte/gstsmpte.c: (gst_smpte_init): * gst/videomixer/videomixer.c: (gst_videomixer_init): use DEBUG_FUNCPTR for collectpads
Diffstat (limited to 'gst/videomixer/videomixer.c')
-rw-r--r--gst/videomixer/videomixer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/videomixer/videomixer.c b/gst/videomixer/videomixer.c
index 28784588..03f685a3 100644
--- a/gst/videomixer/videomixer.c
+++ b/gst/videomixer/videomixer.c
@@ -558,7 +558,8 @@ gst_videomixer_init (GstVideoMixer * mix)
mix->fps_n = mix->fps_d = 0;
gst_collect_pads_set_function (mix->collect,
- (GstCollectPadsFunction) gst_videomixer_collected, mix);
+ (GstCollectPadsFunction) GST_DEBUG_FUNCPTR (gst_videomixer_collected),
+ mix);
}
static GstCaps *