summaryrefslogtreecommitdiff
path: root/gst/videomeasure/gstvideomeasure_ssim.c
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2012-09-12 21:13:35 +0200
committerStefan Sauer <ensonic@users.sf.net>2012-09-12 21:13:35 +0200
commit27cd08ad9552eabfec8bb070e465a1edd6a7657e (patch)
tree5ee1790fd71e58847cc4451f636349199c4f4ada /gst/videomeasure/gstvideomeasure_ssim.c
parentf207edfc44c9a2ae4a19824c5b500503e8899253 (diff)
downloadgstreamer-plugins-bad-27cd08ad9552eabfec8bb070e465a1edd6a7657e.tar.gz
collectpads: remove gst_collect_pads_add_pad_full
Rename gst_collect_pads_add_pad_full() to gst_collect_pads_add_pad() and fix all invocations.
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 948787a11..69533c1b4 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