diff options
Diffstat (limited to 'gst/videomixer/videomixer.c')
-rw-r--r-- | gst/videomixer/videomixer.c | 3 |
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 * |