Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gst/smpte
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2011-11-17 11:24:58 +0400
committerStefan Sauer <ensonic@users.sf.net>2011-11-17 11:44:45 +0400
commit8643d1caafa9c79b6ae0840624270447831d2615 (patch)
tree19f6e544d34d0376f1e8cd10f153e97c083342b0 /gst/smpte
parent7cc4b72550cf6b82f9bd30fd88544a8f888ab281 (diff)
collectpads: port API changes
Diffstat (limited to 'gst/smpte')
-rw-r--r--gst/smpte/gstsmpte.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/smpte/gstsmpte.c b/gst/smpte/gstsmpte.c
index ce8323471..a830e6a52 100644
--- a/gst/smpte/gstsmpte.c
+++ b/gst/smpte/gstsmpte.c
@@ -366,9 +366,9 @@ gst_smpte_init (GstSMPTE * smpte)
gst_collect_pads_start (smpte->collect);
gst_collect_pads_add_pad (smpte->collect, smpte->sinkpad1,
- sizeof (GstCollectData));
+ sizeof (GstCollectData), NULL);
gst_collect_pads_add_pad (smpte->collect, smpte->sinkpad2,
- sizeof (GstCollectData));
+ sizeof (GstCollectData), NULL);
smpte->fps = DEFAULT_PROP_FPS;
smpte->type = DEFAULT_PROP_TYPE;