summaryrefslogtreecommitdiff
path: root/gst/asfmux
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/asfmux
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/asfmux')
-rw-r--r--gst/asfmux/gstasfmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/asfmux/gstasfmux.c b/gst/asfmux/gstasfmux.c
index 8219c6f6c..128ead268 100644
--- a/gst/asfmux/gstasfmux.c
+++ b/gst/asfmux/gstasfmux.c
@@ -2288,7 +2288,7 @@ gst_asf_mux_request_new_pad (GstElement * element,
collect_size = sizeof (GstAsfVideoPad);
}
collect_pad = (GstAsfPad *)
- gst_collect_pads_add_pad_full (asfmux->collect, newpad, collect_size,
+ gst_collect_pads_add_pad (asfmux->collect, newpad, collect_size,
(GstCollectDataDestroyNotify) (gst_asf_mux_pad_reset), TRUE);
/* set up pad */