From c2a01f482c7ff39d41e20264df2ca92cd60bc883 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 --- ext/shout2/gstshout2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/shout2') diff --git a/ext/shout2/gstshout2.c b/ext/shout2/gstshout2.c index 45541ad0..4a056ab5 100644 --- a/ext/shout2/gstshout2.c +++ b/ext/shout2/gstshout2.c @@ -83,7 +83,7 @@ static void gst_shout2send_class_init (GstShout2sendClass *klass); static void gst_shout2send_init (GstShout2send *shout2send); static void gst_shout2send_chain (GstPad *pad, GstBuffer *buf); -static GstPadConnectReturn gst_shout2send_connect (GstPad *pad, GstCaps *caps); +static GstPadLinkReturn gst_shout2send_connect (GstPad *pad, GstCaps *caps); static void gst_shout2send_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec); static void gst_shout2send_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec); @@ -353,7 +353,7 @@ gst_shout2send_get_property (GObject *object, guint prop_id, GValue *value, GPar } } -static GstPadConnectReturn +static GstPadLinkReturn gst_shout2send_connect (GstPad *pad, GstCaps *caps) { -- cgit