From 8e3c533fcf5c7dfc365871c3601008a0cb06ce42 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 10 Jan 2003 13:38:32 +0000 Subject: PadConnect -> PadLink Original commit message from CVS: PadConnect -> PadLink --- gst/filter/gstbpwsinc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gst/filter/gstbpwsinc.c') diff --git a/gst/filter/gstbpwsinc.c b/gst/filter/gstbpwsinc.c index 89c95f93..7ee8680b 100644 --- a/gst/filter/gstbpwsinc.c +++ b/gst/filter/gstbpwsinc.c @@ -102,7 +102,7 @@ static void gst_bpwsinc_get_property (GObject * object, guint prop_id, GValue * value, GParamSpec * pspec); static void gst_bpwsinc_chain (GstPad * pad, GstBuffer * buf); -static GstPadConnectReturn +static GstPadLinkReturn gst_bpwsinc_sink_connect (GstPad * pad, GstCaps * caps); static GstElementClass *parent_class = NULL; @@ -174,14 +174,14 @@ gst_bpwsinc_init (GstBPWSinc * filter) filter->kernel = NULL; } -static GstPadConnectReturn +static GstPadLinkReturn gst_bpwsinc_sink_connect (GstPad * pad, GstCaps * caps) { int i = 0; double sum = 0.0; int len = 0; double *kernel_lp, *kernel_hp; - GstPadConnectReturn set_retval; + GstPadLinkReturn set_retval; GstBPWSinc *filter = GST_BPWSINC (gst_pad_get_parent (pad)); -- cgit v1.2.1