aboutsummaryrefslogtreecommitdiff
path: root/gst/videomeasure/gstvideomeasure_ssim.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videomeasure/gstvideomeasure_ssim.c')
-rw-r--r--gst/videomeasure/gstvideomeasure_ssim.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/videomeasure/gstvideomeasure_ssim.c b/gst/videomeasure/gstvideomeasure_ssim.c
index 948787a1..69533c1b 100644
--- a/gst/videomeasure/gstvideomeasure_ssim.c
+++ b/gst/videomeasure/gstvideomeasure_ssim.c
@@ -1158,7 +1158,8 @@ gst_ssim_request_new_pad (GstElement * element, GstPadTemplate * templ,
gst_pad_set_getcaps_function (newpad,
GST_DEBUG_FUNCPTR (gst_ssim_sink_getcaps));
gst_pad_set_setcaps_function (newpad, GST_DEBUG_FUNCPTR (gst_ssim_setcaps));
- gst_collect_pads_add_pad (ssim->collect, newpad, sizeof (GstCollectData));
+ gst_collect_pads_add_pad (ssim->collect, newpad, sizeof (GstCollectData),
+ NULL, TRUE);
/* FIXME: hacked way to override/extend the event function of
* GstCollectPads; because it sets its own event function giving the