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/passthrough/gstpassthrough.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/passthrough/gstpassthrough.c') diff --git a/gst/passthrough/gstpassthrough.c b/gst/passthrough/gstpassthrough.c index f92790e0..1b45f156 100644 --- a/gst/passthrough/gstpassthrough.c +++ b/gst/passthrough/gstpassthrough.c @@ -90,7 +90,7 @@ static void passthrough_init (GstPassthrough *filter); static void passthrough_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec); static void passthrough_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec); -static GstPadConnectReturn passthrough_connect_sink (GstPad *pad, GstCaps *caps); +static GstPadLinkReturn passthrough_connect_sink (GstPad *pad, GstCaps *caps); static void passthrough_chain (GstPad *pad, GstBuffer *buf); static void inline passthrough_fast_float_chain (gfloat* data, guint numsamples); @@ -109,7 +109,7 @@ passthrough_get_bufferpool (GstPad *pad) return gst_pad_get_bufferpool (filter->srcpad); } -static GstPadConnectReturn +static GstPadLinkReturn passthrough_connect_sink (GstPad *pad, GstCaps *caps) { const gchar *format; -- cgit v1.2.1